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/
|
mkdir -p ~/.nvm/
|
||||||
ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh
|
ln -sfP /usr/share/nvm/init-nvm.sh ~/.nvm/nvm.sh
|
||||||
|
|
||||||
config:
|
config: yaourt
|
||||||
mkdir -p ~/.config/terminator
|
mkdir -p ~/.config/terminator
|
||||||
ln -sfP $(DOTFILES)/config/terminator.conf ~/.config/terminator/config
|
ln -sfP $(DOTFILES)/config/terminator.conf ~/.config/terminator/config
|
||||||
sudo ln -sfP $(DOTFILES)/config/libinput-gestures.conf /etc/libinput-gestures.conf
|
sudo ln -sfP $(DOTFILES)/config/libinput-gestures.conf /etc/libinput-gestures.conf
|
||||||
git config --global core.excludesfile ~/.dotfiles/config/gitignore_global
|
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
|
gnome: yaourt
|
||||||
rm -rf ~/Templates/*
|
rm -rf ~/Templates/*
|
||||||
|
|
|
@ -45,3 +45,4 @@ alias ym="yoga mode"
|
||||||
alias serve="python2 -m SimpleHTTPServer"
|
alias serve="python2 -m SimpleHTTPServer"
|
||||||
alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null"
|
alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null"
|
||||||
alias edit-dotfiles="atom ~/.dotfiles/"
|
alias edit-dotfiles="atom ~/.dotfiles/"
|
||||||
|
alias vi=vim
|
||||||
|
|
|
@ -30,6 +30,7 @@ gnome-shell-extension-status-menu-buttons
|
||||||
gnome-shell-mousewheel-zoom
|
gnome-shell-mousewheel-zoom
|
||||||
google-earth
|
google-earth
|
||||||
gparted
|
gparted
|
||||||
|
gvim
|
||||||
handbrake
|
handbrake
|
||||||
hexchat
|
hexchat
|
||||||
hipchat
|
hipchat
|
||||||
|
@ -80,6 +81,7 @@ ttf-wps-fonts
|
||||||
unified-remote-server
|
unified-remote-server
|
||||||
variety
|
variety
|
||||||
vbam-gtk
|
vbam-gtk
|
||||||
|
vim
|
||||||
virtualbox
|
virtualbox
|
||||||
vivaldi
|
vivaldi
|
||||||
vivaldi-ffmpeg-codecs
|
vivaldi-ffmpeg-codecs
|
||||||
|
|
Loading…
Reference in a new issue