Last active
March 4, 2021 16:03
-
-
Save paoloumali/7e253a29b84f8e2c77ce54ae0d0e744a to your computer and use it in GitHub Desktop.
New ubuntu workstation first things
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 characters
# 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