diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-09-07 22:46:49 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-09-07 22:46:49 +0200 |
commit | 71074116703bb4847e0e8e0669681d1c5d9e872e (patch) | |
tree | dda175958fe503fda50b2ee411fd40d98e147e9e /install.sh | |
parent | bbc400d7aacedef0d618446f0e95e01583b9b1d6 (diff) | |
parent | 53d39a584c847d84c6f9ba7ec1303442503a7329 (diff) | |
download | dotfiles_ascii-71074116703bb4847e0e8e0669681d1c5d9e872e.tar.xz dotfiles_ascii-71074116703bb4847e0e8e0669681d1c5d9e872e.zip |
wtf commit
Diffstat (limited to '')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -48,3 +48,9 @@ yaourt -S otf-fira-code #./stow-services services/twmnd.service #stow twmnd #sed -i s/absolute_position=1920x25/absolute_position=3840x25/g ~/.config/twmn/twmn.conf + +#stow nvim + +#git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim + +#sudo pacman -S python-neovim |