Last active
July 3, 2018 22:12
-
-
Save willwm/e6f3c5fc01215389243858b0c75f33bf to your computer and use it in GitHub Desktop.
Awesome installation script for WSL Ubuntu
This file contains 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
bash -c "$(curl -fsSL https://raw.githubusercontent.com/jldeen/dotfiles/wsl/configure.sh)" | |
# Package Source: Node 10.x (https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) | |
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - | |
# Update package cache, upgrade all packages... | |
sudo apt update && sudo apt full-upgrade -y | |
# Install: Development Tools... | |
sudo apt install -y build-essential git nodejs | |
# Install: timss/vimconf (https://github.com/timss/vimconf#installation) | |
sudo apt install -y vim exuberant-ctags | |
mkdir -p ~/.vim/vimconf | |
git clone https://github.com/timss/vimconf.git ~/.vim/vimconf | |
ln -s ~/.vim/vimconf/.vimrc ~/.vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See WSL-specific branch, here:
https://github.com/jldeen/dotfiles/tree/wsl#jldeen-does-dotfiles---forked-from-holmans-repo