You cannot 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 months ago | |
---|---|---|
sublime | 2 months ago | |
tmux | 5 years ago | |
vim | 12 months ago | |
.gitignore | 5 years ago | |
.gitmodules | 12 months ago | |
LICENCE | 5 years ago | |
README.md | 2 years ago | |
install.sh | 12 months ago | |
ssh_config | 2 months ago | |
tmux.conf | 4 years ago | |
vimrc | 12 months ago | |
zshrc | 2 months ago |
README.md
Adrien Luxey's dotfiles
ZSH, Tmux, Vim and Sublime Text dotfiles for Debian-based distros (install.sh
using apt
).
Usage
First download submodules:
- Push your new host's SSH key to your github.com account.
git submodule update --init
Use install.sh
to install the dependencies, Oh-My-Zsh, pull tmux and vim plugins, remove your previous dotfiles and symlink the new ones:
$ ./install.sh -h
USAGE: ./install.sh [OPTIONS]
OPTIONS:
-s|--sublime Install Sublime Text 3
-h|--help Show this help
The script will install dependencies once (remove $HOME/.installed to redo) and symlink dotfiles to their destination in your $HOME.
If you want to do your own thing from these dotfiles, go read install.sh
.
Some docs & refs
Licence
Public Domain, i.e. do whatever you want with this, but don't come and complain.