-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (20 loc) · 783 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* Setting this up *
* Clone the repo:
$ cd ~/
$ git clone git://github.com/gnufied/dot_files.git
* Create couple of symbolic links:
$ ln -s ~/dot_files/my_zshrc ~/.zshrc
$ ln -s ~/dot_files/irbrc ~/.irbrc
$ ln -s ~/dot_files/gitconfig ~/.gitconfig
$ mkdir ~/bin (if bin directory doesn't exist)
$ ln -s ~/sake ~/bin/sake
$ ln -s ~/dot_files/screenrc ~/.screenrc
* Modify ~/dot_files/my_zshrc
You may have to modify the my_zshrc file to your liking a bit. The PATH and
other stuff is configured according to the way, I have setup my machine.You may need to
change that.
* Switch to zsh :
$ chsh
* Close the terminal
* Logout from your active session.
* Open terminal and voila, you should have zsh with new prompt and everything working.