Skip to content

Commit 0e6d892

Browse files
committed
Update Makefile
1 parent 1b26ec2 commit 0e6d892

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

Makefile

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
install:
2-
setup-git
3-
setup-vim
4-
ln -s ~/dotfiles/.bash_aliases ~/.bash_aliases
5-
ln -s ~/dotfiles/.bashrc ~/.bashrc
6-
ln -s ~/dotfiles/.xprofile ~/.xprofile
2+
@echo "Follow README and think :)"
73

8-
setup-git:
9-
ln -s ~/dotfiles/.gitconfig ~/.gitconfig
4+
links:
5+
ln -s ~/repos/config/.gitconfig ~/.gitconfig
6+
ln -s ~/repos/config/.bash_aliases ~/.bash_aliases
7+
ln -s ~/repos/config/.bashrc ~/.bashrc
8+
ln -s ~/repos/config/.vimrc ~/.vimrc
109

11-
setup-vim:
12-
ln -s ~/dotfiles/.vimrc ~/.vimrc
10+
vim:
1311
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
1412
vim +PluginInstall +qall
15-
# + set solarized colorscheme (gnome-terminal>profile>colors>pallete)

0 commit comments

Comments
 (0)