Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 652 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 652 Bytes

dotfiles

My dotfiles (Linux, OSX & Windows) for bash & zsh on PC & server

Install

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

Update

There is a special alias for updating dotfiles:

.update