My dotfiles (Linux, OSX & Windows) for bash & zsh on PC & server
After you've got git
on your system:
git clone --recurse-submodules https://github.com/duzun/dotfiles.git ~/.dotfiles && ~/.dotfiles/init.sh
Install without git
:
curl -L -o ~/dotfiles.zip "https://github.com/duzun/dotfiles/archive/master.zip" && unzip ~/dotfiles.zip -d ~ && mv ~/dotfiles-master ~/.dotfiles && ~/.dotfiles/init.sh
If you don't have git
, but latter install it and want to setup git:
~/.dotfiles/init_git.sh -f
There is a special alias for updating dotfiles
:
.update