Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Last active May 12, 2021 23:08
Show Gist options
  • Save paoloumali/cc8ed4aa4fcc9f42638f92c6c563e3d4 to your computer and use it in GitHub Desktop.
Save paoloumali/cc8ed4aa4fcc9f42638f92c6c563e3d4 to your computer and use it in GitHub Desktop.
prodesk with ubuntu
- sudo update-alternatives --config editor
- set to vim.basic, i.e. vanilla vim
- sudo visudo
- stop password req for root things
- `umask 002` added in .bashrc
- set primary group as www-data
- created ~/sites folder
- chgrp www-data ~/sites
- chmod g+s ~/sites
- installed
- vscode
- slack
- zoom-client
- chrome, chromium, opera
- git
- ssh-keygen for github ssh access
- dotfiles
- git clone [email protected]:paoloumali/.files.git $HOME/.files
- RUN1=$HOME/.files/run1-primaries.sh && chmod +x $RUN1 && $RUN1
- RUN2=$HOME/.files/run2-vscode.sh && chmod +x $RUN2 && $RUN2
- RUN3=$HOME/.files/run3-vim.sh && chmod +x $RUN3 && $RUN3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment