move zsh stuff
This commit is contained in:
		
							
								
								
									
										1
									
								
								.config/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.config/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -6,3 +6,4 @@ btop/btop.log | |||||||
| !neofetch/ | !neofetch/ | ||||||
| !ssh/ | !ssh/ | ||||||
| !tmux/ | !tmux/ | ||||||
|  | !zsh/ | ||||||
							
								
								
									
										14
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @ -1,12 +1,12 @@ | |||||||
| [submodule "zsh/plugins/zsh-autosuggestions"] | [submodule ".config/zsh/plugins/zsh-autosuggestions"] | ||||||
| 	path = zsh/plugins/zsh-autosuggestions | 	path = .config/zsh/plugins/zsh-autosuggestions | ||||||
| 	url = https://github.com/zsh-users/zsh-autosuggestions | 	url = https://github.com/zsh-users/zsh-autosuggestions | ||||||
| [submodule "zsh/plugins/zsh-syntax-highlighting"] | [submodule ".config/zsh/themes/powerlevel10k"] | ||||||
| 	path = zsh/plugins/zsh-syntax-highlighting | 	path = .config/zsh/themes/powerlevel10k | ||||||
| 	url = https://github.com/zsh-users/zsh-syntax-highlighting |  | ||||||
| [submodule "zsh/themes/powerlevel10k"] |  | ||||||
| 	path = zsh/themes/powerlevel10k |  | ||||||
| 	url = https://github.com/romkatv/powerlevel10k | 	url = https://github.com/romkatv/powerlevel10k | ||||||
|  | [submodule ".config/zsh/plugins/zsh-syntax-highlighting"] | ||||||
|  | 	path = .config/zsh/plugins/zsh-syntax-highlighting | ||||||
|  | 	url = https://github.com/zsh-users/zsh-syntax-highlighting | ||||||
| [submodule ".config/tmux/plugins/tpm"] | [submodule ".config/tmux/plugins/tpm"] | ||||||
| 	path = .config/tmux/plugins/tpm | 	path = .config/tmux/plugins/tpm | ||||||
| 	url = https://github.com/tmux-plugins/tpm | 	url = https://github.com/tmux-plugins/tpm | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								.zshrc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								.zshrc
									
									
									
									
									
								
							| @ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] | |||||||
| fi | fi | ||||||
|  |  | ||||||
| # Set custom Zsh plugin path | # Set custom Zsh plugin path | ||||||
| export ZSH_CUSTOM="$HOME/dotfiles/zsh" | export ZSH_CUSTOM="$HOME/.config/zsh" | ||||||
|  |  | ||||||
| # Load plugins | # Load plugins | ||||||
| source $ZSH_CUSTOM/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh | source $ZSH_CUSTOM/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user