We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b26ec2 commit 0e6d892Copy full SHA for 0e6d892
Makefile
@@ -1,15 +1,12 @@
1
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
+ @echo "Follow README and think :)"
7
8
-setup-git:
9
- ln -s ~/dotfiles/.gitconfig ~/.gitconfig
+links:
+ ln -s ~/repos/config/.gitconfig ~/.gitconfig
+ ln -s ~/repos/config/.bash_aliases ~/.bash_aliases
+ ln -s ~/repos/config/.bashrc ~/.bashrc
+ ln -s ~/repos/config/.vimrc ~/.vimrc
10
11
-setup-vim:
12
- ln -s ~/dotfiles/.vimrc ~/.vimrc
+vim:
13
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
14
vim +PluginInstall +qall
15
- # + set solarized colorscheme (gnome-terminal>profile>colors>pallete)
0 commit comments