Arapo, i3wm, gdfuse

This commit is contained in:
2018-10-08 20:21:58 -03:00
parent 5543ac26a6
commit af9bf9ff8d
9 changed files with 503 additions and 1 deletions

17
gdrive/install.sh Normal file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
USERNAME=renato
echo "É necessário instalar o git e o opam!"
opam init
opam update
opam
echo "Agora basta copiar o gdfuse e acrescentar a linha abaixo ao /etc/fstab !"
echo '\n\n'
echo "gdfuse#default /home/$USERNAME/gdrive fuse uid=1000,gid=1000,allow_other,user,_netdev 0 0"