Add gotty, add keyboard-layout, update .Xmodmap

This commit is contained in:
arnaucube
2020-11-22 17:34:03 +01:00
parent 50133535a7
commit 18191e0e38
6 changed files with 43 additions and 10 deletions

View File

@@ -74,6 +74,11 @@ cargo install git-delta
echo "append .gitconfig of this repo lines to the .gitconfig system file to use delta gitdiff tool"
cat .gitconfig >> ~/.gitconfig
# install gotty (for terminal visualization sharing)
wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_amd64.tar.gz
tar -zxvf gotty_linux_amd64.tar.gz
mv gotty /usr/gotty /usr/local/bin/
# nginx
apt install nginx -y