Update i3 config (key remapping)

This commit is contained in:
arnaucube
2020-08-27 15:11:42 +02:00
parent 5abcc27f2d
commit 155c8d9911
2 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
# assumming that git & vim are already installed and this repo is downloaded
# assumming that curl & wget & git & vim are already installed and this repo is downloaded
echo "updating"
apt-get update
@@ -33,6 +33,9 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
echo "installing PlugInstall neovim"
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
## once Plug installed, execute inside nvim:
## :PlugInstall
## :GoInstallBinaries
# bash
echo "append .bashrc of this repo lines to the .bashrc system file"