Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 392 Bytes

My precious dotfiles & configs

Deploy

git clone https://github.com/mikaelz/dotfiles.git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

rm .zshrc && ln -s dotfiles/.zshrc
rm .screenrc && ln -s dotfiles/.screenrc
rm .bashrc && ln -s dotfiles/.bashrc
rm .profile && ln -s dotfiles/.profile
rm .vimrc && ln -s dotfiles/.vimrc