Last active
May 27, 2019 20:27
-
-
Save pyaillet/f5492750c64dbf5445f58cf4dd2e8d88 to your computer and use it in GitHub Desktop.
Revisions
-
pyaillet revised this gist
May 27, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,11 +16,11 @@ chown -R $USER:$USER $USER_HOME/.local curl -o $USER_HOME/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim chown -R $USER:$USER $USER_HOME/.config sed -i -e 's/colorscheme/" colorscheme/' $USER_HOME/.config/nvim/init.vim sudo -u pyaillet -H nvim +PlugInstall +qall sed -i -e 's/" colorscheme/colorscheme/' $USER_HOME/.config/nvim/init.vim # Setup golang -
pyaillet revised this gist
May 27, 2019 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,11 @@ chown -R $USER:$USER $USER_HOME/.local curl -o $USER_HOME/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim chown -R $USER:$USER $USER_HOME/.config sed -i -e 's/colorscheme/#colorscheme/' $USER_HOME/.config/nvim/init.vim sudo -u pyaillet -H nvim +PlugInstall +qall sed -i -e 's/#colorscheme/colorscheme/' $USER_HOME/.config/nvim/init.vim # Setup golang -
pyaillet revised this gist
May 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ chown -R $USER:$USER $USER_HOME/.local curl -o $USER_HOME/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim chown -R $USER:$USER $USER_HOME/.config sudo -u pyaillet -H nvim +PlugInstall +qall --headless -es # Setup golang -
pyaillet revised this gist
May 27, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ chown -R $USER:$USER $USER_HOME/.local curl -o $USER_HOME/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim chown -R $USER:$USER $USER_HOME/.config sudo -u pyaillet -H nvim +PlugInstall +qall # Setup golang -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,7 +21,7 @@ sudo pyaillet nvim +PlugInstall +qall # Setup golang mkdir -p $USER_HOME/go chown -R $USER:$USER $USER_HOME/go cat <<EOF >> $USER_HOME/.bashrc export GOPATH="$USER_HOME/go" -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,10 +11,10 @@ useradd -d $USER_HOME -m -g $USER -G adm,dialout,cdrom,floppy,audio,dip,video,pl # Setup neovim curl -fLo $USER_HOME/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim chown -R $USER:$USER $USER_HOME/.local curl -o $USER_HOME/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim chown -R $USER:$USER $USER_HOME/.config sudo pyaillet nvim +PlugInstall +qall -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,8 +6,8 @@ apt install -y python3 python3-pip neovim docker.io golang USER="pyaillet" USER_HOME="/home/$USER" groupadd $USER useradd -d $USER_HOME -m -g $USER -G adm,dialout,cdrom,floppy,audio,dip,video,plugdev,netdev,lxd,ubuntu,google-sudoers $USER # Setup neovim curl -fLo $USER_HOME/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,6 +21,8 @@ sudo pyaillet nvim +PlugInstall +qall # Setup golang mkdir -p $USER_HOME/go chown -R $USER:$USER $USER_HOME/.local/share/nvim/site/autoload/plug.vim cat <<EOF >> $USER_HOME/.bashrc export GOPATH="$USER_HOME/go" export PATH="\$PATH:\$GOPATH/bin" -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 3 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,17 +7,13 @@ apt install -y python3 python3-pip neovim docker.io golang USER="pyaillet" USER_HOME="/home/$USER" groupadd $USER || true useradd -d $USER_HOME -m -g $USER -G adm,dialout,cdrom,floppy,audio,dip,video,plugdev,netdev,lxd,ubuntu,google-sudoers $USER || true # Setup neovim curl -fLo $USER_HOME/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim chown -R $USER:$USER $USER_HOME/.local/share/nvim/site/autoload/plug.vim curl -o $USER_HOME/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim chown -R $USER:$USER $USER_HOME/.config/nvim/init.vim sudo pyaillet nvim +PlugInstall +qall -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,11 +14,13 @@ useradd -d $USER_HOME -m -g $USER \ # Setup neovim curl -fLo $USER_HOME/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim chown -R $USER:$USER $USER_HOME/.local/share/nvim/site/autoload/plug.vim curl -o $USER_HOME/.config/nvim/init.vim --create-dirs \ https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim chown -R $USER:$USER $USER_HOME/.config/nvim/init.vim sudo pyaillet nvim +PlugInstall +qall # Setup golang -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ useradd -d $USER_HOME -m -g $USER \ curl -fLo $USER_HOME/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim curl -o $USER_HOME/.config/nvim/init.vim --create-dirs \ https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim nvim +PlugInstall +qall -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,25 +5,26 @@ apt update apt install -y python3 python3-pip neovim docker.io golang USER="pyaillet" USER_HOME="/home/$USER" groupadd $USER || true useradd -d $USER_HOME -m -g $USER \ -G adm,dialout,cdrom,floppy,audio,dip,video,plugdev,netdev,lxd,ubuntu,google-sudoers \ $USER || true # Setup neovim curl -fLo $USER_HOME/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim curl -o $USER_HOME/.local/share/nvim/init.vim --create-dirs \ https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim nvim +PlugInstall +qall # Setup golang mkdir -p $USER_HOME/go cat <<EOF >> $USER_HOME/.bashrc export GOPATH="$USER_HOME/go" export PATH="\$PATH:\$GOPATH/bin" alias nv=nvim EOF -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,6 +28,6 @@ export PATH="\$PATH:\$GOPATH/bin" alias nv=nvim EOF usermod -a -G docker $USER wall "*** Init done ! ***" -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,7 +24,7 @@ nvim +PlugInstall +qall mkdir -p /home/$USER/go cat <<EOF >> /home/$USER/.bashrc export GOPATH="/home/$USER/go" export PATH="\$PATH:\$GOPATH/bin" alias nv=nvim EOF -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,7 +24,7 @@ nvim +PlugInstall +qall mkdir -p /home/$USER/go cat <<EOF >> /home/$USER/.bashrc export GOPATH="/home/$USER/go" export PATH="$PATH:$GOPATH/bin" alias nv=nvim EOF -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,9 +5,10 @@ apt update apt install -y python3 python3-pip neovim docker.io golang USER="pyaillet" groupadd $USER || true useradd -d /home/$USER -m -g $USER \ -G adm,dialout,cdrom,floppy,audio,dip,video,plugdev,netdev,lxd,ubuntu,google-sudoers \ $USER || true # Setup neovim curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,4 +27,6 @@ export PATH="$$PATH:$$GOPATH/bin" alias nv=nvim EOF usermod -a -G docker wall "*** Init done ! ***" -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ apt install -y python3 python3-pip neovim docker.io golang USER="pyaillet" groupadd $USER useradd -d /home/$USER -m -g $USER \ -G adm,dialout,cdrom,floppy,audio,dip,video,plugdev,netdev,lxd,ubuntu,google-sudoers # Setup neovim curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ @@ -25,4 +25,6 @@ cat <<EOF >> /home/$USER/.bashrc export GOPATH="/home/$USER/go" export PATH="$$PATH:$$GOPATH/bin" alias nv=nvim EOF usermod -a -G docker -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 9 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,8 +4,11 @@ apt update apt install -y python3 python3-pip neovim docker.io golang USER="pyaillet" groupadd $USER useradd -d /home/$USER -m -g $USER \ -G adm,dialout,cdrom,floppy,audio,dip,video,plugdev,netdev,lxd,ubuntu,google-sudoers,docker # Setup neovim curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim @@ -17,9 +20,9 @@ nvim +PlugInstall +qall # Setup golang mkdir -p /home/$USER/go cat <<EOF >> /home/$USER/.bashrc export GOPATH="/home/$USER/go" export PATH="$$PATH:$$GOPATH/bin" alias nv=nvim EOF -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,7 @@ nvim +PlugInstall +qall # Setup golang mkdir -p /home/pyaillet/go cat <<EOF >> ~/.bashrc export GOPATH="/home/pyaillet/go" export PATH="$PATH:$GOPATH/bin" alias nv=nvim -
pyaillet revised this gist
May 23, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,8 @@ apt update apt install -y python3 python3-pip neovim docker.io golang usermod -a -G docker pyaillet # Setup neovim curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -
pyaillet created this gist
May 23, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ #!/usr/bin/env sh # Install apt update apt install -y python3 python3-pip neovim docker.io golang # Setup neovim curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim curl -o ~/.local/share/nvim/init.vim --create-dirs \ https://raw.githubusercontent.com/charlyx/vim-config/master/init.vim nvim +PlugInstall +qall # Setup golang mkdir -p /home/pyaillet/go cat <<EOF > ~/.bashrc export GOPATH="/home/pyaillet/go" export PATH="$PATH:$GOPATH/bin" alias nv=nvim EOF