Skip to content

Instantly share code, notes, and snippets.

@drobune
Last active December 20, 2018 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drobune/c3521bdbdc59197aac32d5d25f65f272 to your computer and use it in GitHub Desktop.
Save drobune/c3521bdbdc59197aac32d5d25f65f272 to your computer and use it in GitHub Desktop.
wsl setup
sudo apt-get install curl jq git tig openssl ca-certificates build-essential software-properties-common iproute2
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
curl -LO https://github.com/ogham/exa/releases/download/v0.8.0/exa-linux-x86_64-0.8.0.zip
unzip exa-linux-x86_64-0.8.0.zip
sudo chown root:root exa-linux-x86_64 && sudo mv exa-linux-x86_64 /usr/bin/exa
curl -LO https://github.com/sharkdp/bat/releases/download/v0.4.1/bat_0.4.1_amd64.deb
sudo dpkg -i bat_0.4.1_amd64.deb && rm bat_0.4.1_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment