You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.github/workflows | 4 years ago | |
installers | 4 years ago | |
src | 2 years ago | |
tools | 4 years ago | |
.dockerignore | 4 years ago | |
.gitmodules | 4 years ago | |
Dockerfile | 4 years ago | |
Dockerfile.arch | 4 years ago | |
Dockerfile.debian | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
install | 4 years ago | |
makefile | 4 years ago |
README.md
Dotfiles
My dot files
What's included?
A very simplistic plugin system, drop shell scripts you would like to source into the ~/.shell_extensions
directory and they get automatically loaded.
A custom SSH config setup with nice defaults.
Comes with an uninstall script.
Themes for vim, iterm2 and for cmder when ran on windows.
Tmux and vim configurations.
i3 (sway if using wayland), compton, polybar, dunst, nitrogen for linux window management.
Install
- Run
./install <username>
and everything is automatically installed:- symlinks
.vimrc
,.tmux.conf
,.gitconfig
,.motd
,.profile
,.shell_extensions
,.config
,.ssh/config
to home directory - backups existing copies of all files to
.dotfiles_backup_<date>/
- installs rvm, gvm, nvm, rustup
- compton, dunst, nitrogen, polybar if x is detected
- symlinks
Extending with custom scripts
This set up will source all files found in a ~/.shell_extensions/
directory. This allows you to extend and customize how everything works to your liking.
LICENSE
MIT