public
Description: my configuration files
Homepage:
Clone URL: git://github.com/fnando/dotfiles.git
dotfiles / install.sh
100644 24 lines (19 sloc) 0.539 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cp autotest ~/.autotest
cp bash_completion.sh ~/.bash_completion.sh
cp bash_profile ~/.bash_profile
cp colors.sh ~/.colors.sh
cp git_completion.sh ~/.git_completion.sh
cp gitconfig ~/.gitconfig
cp irbc ~/.irbc
cp pezrc ~/.pezrc
cp rake_completion.rb ~/.rake_completion.rb
cp gemrc ~/.gemrc
cp gitignore ~/.gitignore
cp caprc ~/.caprc
 
sudo cp grabbit /usr/local/bin
sudo chmod +x /usr/local/bin/grabbit
 
mkdir -p ~/.ssh
cp sshconfig ~/.ssh/config
 
chmod 755 ~/.rake_completion.rb
 
sudo mkdir -p /etc/bash_completion
 
source ~/.bash_profile