20 lines
428 B
Bash
Executable File
20 lines
428 B
Bash
Executable File
# OSX
|
|
ln -s ~/.dotfiles/osx ~/.osx
|
|
|
|
# Git
|
|
ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
|
|
ln -s ~/.dotfiles/git/gitignore ~/.gitignore
|
|
|
|
# ZSH and Fish
|
|
ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
|
|
ln -s ~/.dotfiles/fish/profile ~/.profile
|
|
|
|
# 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 ~/.vim
|
|
ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
|