Last active
December 20, 2018 10:15
-
-
Save ychsn/c3521bdbdc59197aac32d5d25f65f272 to your computer and use it in GitHub Desktop.
wsl setup
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
| 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