(config): Fixed install file issues
Fixed the created by to included Jeremy Dwayne, Modified by Blake Ridgway Fixed updated date Uncommented Rust install
This commit is contained in:
		
							parent
							
								
									8876532d73
								
							
						
					
					
						commit
						6efdb20c5e
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		|  | @ -1,7 +1,8 @@ | ||||||
| #!/usr/bin/env zsh | #!/usr/bin/env zsh | ||||||
| # A script for installing dependencies and setting up needed Symbolic Links | # A script for installing dependencies and setting up needed Symbolic Links | ||||||
| # Created by Blake Ridgway | # Created by Jeremy Dwayne | ||||||
| # Updated 07/01/2020 | # Modified by Blake Ridgway | ||||||
|  | # Updated 02/13/2021 | ||||||
| # NOTICE: Modify script to your own preferences! This mostly uses default | # NOTICE: Modify script to your own preferences! This mostly uses default | ||||||
| #         locations, but can be changed to whatever you need. | #         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/ | cp Hack\ Regular\ Nerd\ Font\ Complete.ttf ~/.local/share/fonts/ | ||||||
| fc-cache -f -v | fc-cache -f -v | ||||||
| 
 | 
 | ||||||
| # Check to see if Rust is installed. | # Install Rust | ||||||
| # echo 'install rust' |  echo 'install rust' | ||||||
| # curl https://sh.rustup.rs -sSf | sh |  curl https://sh.rustup.rs -sSf | sh | ||||||
| 
 | 
 | ||||||
| # Fancy ls script taken from github.com/brandonroehl/dotfiles | # Fancy ls script taken from github.com/brandonroehl/dotfiles | ||||||
| files=( 'vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' ) | files=( 'vimrc' 'vim' 'zshrc' 'zsh' 'agignore' 'gitconfig' 'gitignore' 'gitmessage' 'gemrc' 'rspec' 'eslintrc' ) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway