diff --git a/dotfiles/install b/dotfiles/install index 9a6138c..85a9d3a 100755 --- a/dotfiles/install +++ b/dotfiles/install @@ -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' )