Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Last active March 4, 2021 16:03
Show Gist options
  • Save paoloumali/7e253a29b84f8e2c77ce54ae0d0e744a to your computer and use it in GitHub Desktop.
Save paoloumali/7e253a29b84f8e2c77ce54ae0d0e744a to your computer and use it in GitHub Desktop.
New ubuntu workstation first things
# enable ssh-server
ssh-keygen
sudo update-alternatives --config editor
# Choose vim.tiny
sudo apt install git
# Add 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