aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 3a5c793..4f13482 100644
--- a/Makefile
+++ b/Makefile
@@ -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
23tig:
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
31zsh: 23zsh:
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
67tmux: 59tmux:
68 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 60 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf
61
62blog:
63 if [ ! -d "$(HOME)/blog" ]; then \
64 git clone ssh://topo/~/blog; \
65 fi