Move some things around
This commit is contained in:
		| @@ -19,8 +19,8 @@ waybar = { source = "waybar", target = ".config/waybar" } | |||||||
| wofi = { source = "wofi", target = ".config/wofi" } | wofi = { source = "wofi", target = ".config/wofi" } | ||||||
|  |  | ||||||
| # zsh | # zsh | ||||||
|  | zsh = { source = "aliases", target = ".aliases" } | ||||||
| p10k = { source = "p10k.zsh", target = ".p10k.zsh" } | p10k = { source = "p10k.zsh", target = ".p10k.zsh" } | ||||||
| zsh = { source = "zsh", target = ".zsh", ignore = [ ".keep" ] } |  | ||||||
| zshenv = { source = "zshenv", target = ".zshenv" } | zshenv = { source = "zshenv", target = ".zshenv" } | ||||||
| zshrc = { source = "zshrc", target = ".zshrc" } | zshrc = { source = "zshrc", target = ".zshrc" } | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								zshrc
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								zshrc
									
									
									
									
									
								
							| @@ -23,9 +23,12 @@ fi | |||||||
| [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh | [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh | ||||||
|  |  | ||||||
| # Custom aliases | # Custom aliases | ||||||
| [[ ! -f ~/.zsh/aliases ]] || source ~/.zsh/aliases | [[ ! -f ~/.aliases ]] || source ~/.aliases | ||||||
|  |  | ||||||
| # NVM | # NVM | ||||||
| export NVM_DIR="$HOME/.nvm" | export NVM_DIR="$HOME/.nvm" | ||||||
| [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm | [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm | ||||||
| [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion | [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion | ||||||
|  |  | ||||||
|  | # Source machine-specific setup | ||||||
|  | [[ ! -f ~/.zshrc.local ]] || source ~/.zshrc.local | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user