1
0
Fork 0
dotfiles/setup.sh

20 lines
422 B
Bash
Raw Normal View History

2020-09-12 08:10:56 +00:00
#!/bin/bash
ln -s ~/dotfiles/bash/bashrc.sh ~/.bashrc
2020-09-12 07:56:11 +00:00
# Git
ln -s ~/dotfiles/git/gitconfig ~/.gitconfig
ln -s ~/dotfiles/git/gitignore ~/.gitignore
# Ruby
ln -s ~/dotfiles/ruby/gemrc ~/.gemrc
ln -s ~/dotfiles/ruby/irbrc ~/.irbrc
ln -s ~/dotfiles/ruby/aprc ~/.aprc
# VIM
2020-09-12 08:10:56 +00:00
# These configs are old and not maintained, don't link them automatically
# ln -s ~/dotfiles/vim/vim ~/.vim
# ln -s ~/dotfiles/vim/vimrc ~/.vimrc