Last active
March 27, 2019 10:57
-
-
Save h3xxx/d77e83de8d3acbca88a210078898a73b to your computer and use it in GitHub Desktop.
apps to install on Ubuntu WSL
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
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