Skip to content

iCasa/dotfiles

 
 

Repository files navigation

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

About

My dotfiles (Linux, OSX & Windows)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 49.6%
  • Shell 47.9%
  • C 2.0%
  • Makefile 0.5%