-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.TXT
38 lines (27 loc) · 933 Bytes
/
README.TXT
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
32
33
34
35
36
37
This is my home everywhere
It's oh-my-zsh, vim and git configuration
First install Git
Mac OSX http://code.google.com/p/git-osx-installer/downloads/list?can=3
Debian http://packages.debian.org/stable/git
sudo apt-get install git
Then get Oh-My-Zsh
sudo apt-get install curl
if you have to install curl first
and
sudo apt-get install zsh
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
And Vim... or a graphic variation like gvim/MacVim
clone the repository into your homedir
git clone [email protected]:zivel/myShell.git
create symlinks for the files you want eg:
ln -s ~/myShell/.zshrc ~/.zshrc
ln -s ~/myShell/.vimrc ~/.vimrc
ln -s ~/myShell/.vim ~/.vim
ln -s ~/myShell/my.zsh-theme ~/.oh-my-zsh/themes/my.zsh-theme
(if file exists move them first)
mv .zshrc .zshrc.org
mv .vim .vim.org
mv .vimrc .vim.org
change your login shell in /etc/passwd
or with the command
chsh -s /usr/bin/zsh