Skip to content

Instantly share code, notes, and snippets.

@h3xxx
Last active March 27, 2019 10:57
Show Gist options
  • Save h3xxx/d77e83de8d3acbca88a210078898a73b to your computer and use it in GitHub Desktop.
Save h3xxx/d77e83de8d3acbca88a210078898a73b to your computer and use it in GitHub Desktop.
apps to install on Ubuntu WSL
apt install mc nmap hping3 htop unzip
apt install nodejs npm
apt install git-flow
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# git settings
git config --global core.autocrlf false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment