feat: added zsh as shell
This commit is contained in:
1
.config/zsh_custom/90-aliases.zsh
Normal file
1
.config/zsh_custom/90-aliases.zsh
Normal file
@@ -0,0 +1 @@
|
||||
alias dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
|
||||
Submodule .config/zsh_custom/plugins/zsh-syntax-highlighting added at 5eb677bb0f
1
.config/zsh_custom/themes/powerlevel10k
Submodule
1
.config/zsh_custom/themes/powerlevel10k
Submodule
Submodule .config/zsh_custom/themes/powerlevel10k added at 36f3045d69
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[submodule ".ohmyzsh"]
|
||||
path = .ohmyzsh
|
||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||
[submodule "/home/amy/.config/zsh_custom/themes/powerlevel10k"]
|
||||
path = /home/amy/.config/zsh_custom/themes/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k.git
|
||||
[submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"]
|
||||
path = .config/zsh_custom/plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
||||
1
.ohmyzsh
Submodule
1
.ohmyzsh
Submodule
Submodule .ohmyzsh added at 9e23925b85
Reference in New Issue
Block a user