My dotfiles managed by git.
-
Install
zsh
,git
,tmux
andvim
. Set zsh as default shell (might have to add it to/etc/shells
first):chsh -s `which zsh`
-
Run the installation script:
curl https://raw.githubusercontent.com/JakobR/.dotfiles/master/install.zsh | zsh
-
Start/restart zsh.
Default installation location is $HOME/.dotfiles
.
To set a different location, set the JR_DOTFILES
variable before running the install script.
Multiple users can share a single installation, but you need to be careful with permissions.
Also, every user needs a symlink at $HOME/.dotfiles
pointing to where the dotfiles are installed (normally created by the install script).
Just run the installation script again, with the --update
parameter:
$JR_DOTFILES/install.zsh --update