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