Update install
go1.16.4.linux-amd64.tar.gz
This commit is contained in:
@@ -31,12 +31,12 @@ cp Hack\ Regular\ Nerd\ Font\ Complete.ttf ~/.local/share/fonts/
|
||||
fc-cache -f -v
|
||||
|
||||
# Grabs and downloads Go for Google
|
||||
wget https://golang.org/dl/go1.16.linux-amd64.tar.gz
|
||||
sudo tar -C /usr/local -xzf go1.16.linux-amd64.tar.gz
|
||||
wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
|
||||
sudo tar -C /usr/local -xzf go1.16.4.linux-amd64.tar.gz
|
||||
|
||||
# Install Rust
|
||||
echo 'install rust'
|
||||
curl https://sh.rustup.rs -sSf | sh
|
||||
# echo 'install rust'
|
||||
# curl https://sh.rustup.rs -sSf | sh
|
||||
|
||||
# Fancy ls script taken from github.com/brandonroehl/dotfiles
|
||||
files=( 'vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' )
|
||||
|
||||
Reference in New Issue
Block a user