diff options
-rw-r--r-- | Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -20,14 +20,6 @@ vim: | |||
20 | rm -f ~/.vim_runtime/my_configs.vim | 20 | rm -f ~/.vim_runtime/my_configs.vim |
21 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim | 21 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim |
22 | 22 | ||
23 | tig: | ||
24 | rm -f ~/.tigrc | ||
25 | ln -s `pwd`/tigrc ~/.tigrc | ||
26 | if [ ! -d "$(HOME)/git/tig" ]; then \ | ||
27 | git clone --depth=100 --origin my git@github.com:typebrook/tig ~/git/tig; \ | ||
28 | cd ~/git/tig && git remote add origin git@github.com:jonas/tig.git; \ | ||
29 | fi | ||
30 | |||
31 | zsh: | 23 | zsh: |
32 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash | 24 | curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh | bash |
33 | 25 | ||
@@ -66,3 +58,8 @@ mutt: | |||
66 | 58 | ||
67 | tmux: | 59 | tmux: |
68 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf | 60 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |
61 | |||
62 | blog: | ||
63 | if [ ! -d "$(HOME)/blog" ]; then \ | ||
64 | git clone ssh://topo/~/blog; \ | ||
65 | fi | ||