Install vim and config
This commit is contained in:
parent
bf1791ac02
commit
6681ad2636
3 changed files with 6 additions and 2 deletions
5
Makefile
5
Makefile
|
@ -12,12 +12,13 @@ bash: yaourt
|
|||
mkdir -p ~/.nvm/
|
||||
ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh
|
||||
|
||||
config:
|
||||
config: yaourt
|
||||
mkdir -p ~/.config/terminator
|
||||
ln -sfP $(DOTFILES)/config/terminator.conf ~/.config/terminator/config
|
||||
sudo ln -sfP $(DOTFILES)/config/libinput-gestures.conf /etc/libinput-gestures.conf
|
||||
git config --global core.excludesfile ~/.dotfiles/config/gitignore_global
|
||||
|
||||
git clone https://github.com/amix/vimrc.git ~/.vim_runtime
|
||||
sh ~/.vim_runtime/install_awesome_vimrc.sh
|
||||
|
||||
gnome: yaourt
|
||||
rm -rf ~/Templates/*
|
||||
|
|
|
@ -45,3 +45,4 @@ alias ym="yoga mode"
|
|||
alias serve="python2 -m SimpleHTTPServer"
|
||||
alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null"
|
||||
alias edit-dotfiles="atom ~/.dotfiles/"
|
||||
alias vi=vim
|
||||
|
|
|
@ -30,6 +30,7 @@ gnome-shell-extension-status-menu-buttons
|
|||
gnome-shell-mousewheel-zoom
|
||||
google-earth
|
||||
gparted
|
||||
gvim
|
||||
handbrake
|
||||
hexchat
|
||||
hipchat
|
||||
|
@ -80,6 +81,7 @@ ttf-wps-fonts
|
|||
unified-remote-server
|
||||
variety
|
||||
vbam-gtk
|
||||
vim
|
||||
virtualbox
|
||||
vivaldi
|
||||
vivaldi-ffmpeg-codecs
|
||||
|
|
Loading…
Reference in a new issue