Fix vundle
This commit is contained in:
parent
74a42a42a3
commit
3544739279
2 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,5 @@
|
||||||
DOTFILES=$(PWD)
|
DOTFILES=$(PWD)
|
||||||
|
|
||||||
|
|
||||||
install: apt bash bin config gnome yaourt
|
install: apt bash bin config gnome yaourt
|
||||||
|
|
||||||
bin:
|
bin:
|
||||||
|
@ -19,6 +18,7 @@ config: yaourt
|
||||||
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 || cd ~/.vim_runtime && git pull
|
git clone https://github.com/amix/vimrc.git ~/.vim_runtime || cd ~/.vim_runtime && git pull
|
||||||
|
vim +PluginInstall +qall
|
||||||
ln -sfP $(DOTFILES)/config/vimrc ~/.vimrc
|
ln -sfP $(DOTFILES)/config/vimrc ~/.vimrc
|
||||||
ln -sfP $(DOTFILES)/config/uniemoji.json ~/.config/uniemoji/custom.json
|
ln -sfP $(DOTFILES)/config/uniemoji.json ~/.config/uniemoji/custom.json
|
||||||
ln -sfP $(DOTFILES)/config/assh.yml ~/.ssh/assh.yml
|
ln -sfP $(DOTFILES)/config/assh.yml ~/.ssh/assh.yml
|
||||||
|
|
|
@ -29,7 +29,7 @@ gnome-shell-extension-drop-down-terminal-git
|
||||||
gnome-shell-extension-laine-git
|
gnome-shell-extension-laine-git
|
||||||
gnome-shell-extension-put-window-git
|
gnome-shell-extension-put-window-git
|
||||||
gnome-shell-extension-status-menu-buttons
|
gnome-shell-extension-status-menu-buttons
|
||||||
gnome-shell-extension-topicons
|
gnome-shell-extension-topicons-plus
|
||||||
gnome-shell-mousewheel-zoom
|
gnome-shell-mousewheel-zoom
|
||||||
google-earth
|
google-earth
|
||||||
gparted
|
gparted
|
||||||
|
@ -98,6 +98,7 @@ vivaldi
|
||||||
vivaldi-ffmpeg-codecs
|
vivaldi-ffmpeg-codecs
|
||||||
vivaldi-widevine
|
vivaldi-widevine
|
||||||
vlc
|
vlc
|
||||||
|
vundle
|
||||||
wps-office
|
wps-office
|
||||||
wps-office-extension-english-uk-dictionary
|
wps-office-extension-english-uk-dictionary
|
||||||
yandex-browser-beta
|
yandex-browser-beta
|
||||||
|
|
Loading…
Reference in a new issue