From 6efdb20c5e5a54aeb7d1fd1d415371c978ec8180 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 13 Feb 2021 17:26:38 -0600 Subject: [PATCH] (config): Fixed install file issues Fixed the created by to included Jeremy Dwayne, Modified by Blake Ridgway Fixed updated date Uncommented Rust install --- dotfiles/install | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dotfiles/install b/dotfiles/install index f3beea7..39cd967 100755 --- a/dotfiles/install +++ b/dotfiles/install @@ -1,7 +1,8 @@ #!/usr/bin/env zsh # A script for installing dependencies and setting up needed Symbolic Links -# Created by Blake Ridgway -# Updated 07/01/2020 +# Created by Jeremy Dwayne +# Modified by Blake Ridgway +# Updated 02/13/2021 # NOTICE: Modify script to your own preferences! This mostly uses default # locations, but can be changed to whatever you need. @@ -26,9 +27,9 @@ mkdir -p ~/.local/share/fonts 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 +# Install Rust + 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' )