removed tmux stuff and commented out rust
This commit is contained in:
parent
0496f9539a
commit
6d910cff14
1 changed files with 3 additions and 3 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue