16 lines
337 B
Bash
Executable File
16 lines
337 B
Bash
Executable File
# Git
|
|
ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
|
|
ln -s ~/.dotfiles/git/gitignore ~/.gitignore
|
|
|
|
# ZSH
|
|
ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
|
|
|
|
# Ruby
|
|
ln -s ~/.dotfiles/ruby/gemrc ~/.gemrc
|
|
ln -s ~/.dotfiles/ruby/irbrc ~/.irbrc
|
|
ln -s ~/.dotfiles/ruby/aprc ~/.aprc
|
|
|
|
# THE VIM
|
|
ln -s ~/.dotfiles/vim ~/.vim
|
|
ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
|