/.dotfiles

My own dotfiles

Primary LanguageShellOtherNOASSERTION

Dotfiles

cd
git clone https://github.com/tirr-c/.dotfiles
ln -sf .dotfiles/.zshrc
ln -sf .dotfiles/.vimrc
ln -sf .dotfiles/.tmux.conf
ln -sf .dotfiles/.npmrc

Or,

cd
git clone https://github.com/tirr-c/.dotfiles
./.dotfiles/install.sh

.zshrc, .vimrc and .tmux.conf are derived from those in simnalamburt/.dotfiles, which is licensed under the Apache License 2.0.

Apache-2.0/MIT. See COPYRIGHT for details.