Skip to content

Instantly share code, notes, and snippets.

@saleh-old
Last active August 2, 2019 17:46
Show Gist options
  • Save saleh-old/29cb04dc96a69ce13b88da5b6edefe87 to your computer and use it in GitHub Desktop.
Save saleh-old/29cb04dc96a69ce13b88da5b6edefe87 to your computer and use it in GitHub Desktop.
ubuntu setup for Jesse
sudo apt update
curl -sL https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh -o install_nvm.sh
bash install_nvm.sh
source ~/.profile
nvm install --lts
npm install jesse -g
snap install ffsend
apt install screen
apt-get install zsh
apt-get install git-core
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s `which zsh`
sudo shutdown -r 0
# ssh-keygen
# cat /root/.ssh/id_rsa.pub
# add it to
# https://github.com/settings/ssh/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment