From 6d910cff143c282c25a29cb66de61bf7ffdb41b0 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Fri, 23 Oct 2020 20:14:17 -0500 Subject: [PATCH] removed tmux stuff and commented out rust --- dotfiles/install-rewrite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/install-rewrite b/dotfiles/install-rewrite index 3fddc9e..f3beea7 100755 --- a/dotfiles/install-rewrite +++ b/dotfiles/install-rewrite @@ -27,11 +27,11 @@ cp Hack\ Regular\ Nerd\ Font\ Complete.ttf ~/.local/share/fonts/ fc-cache -f -v # Check to see if Rust is installed. -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' 'tmux.conf' 'tmux-dev.sh' 'tmux-osx' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' ) +files=( 'vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' ) for file in $files do echo ""