initial commit
This commit is contained in:
6
custom/aliases.zsh
Normal file
6
custom/aliases.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
alias pacman="sudo pacman"
|
||||
alias foo="echo foo"
|
||||
alias add-alias="~/.config/zsh/tools/add-alias.sh"
|
||||
alias show="kitty +kitten icat"
|
||||
alias ip-check="/home/venus/tools/cli-ipleak/cli-ipleak.sh"
|
||||
|
||||
1
custom/custom/plugins/zsh-autosuggestions
Submodule
1
custom/custom/plugins/zsh-autosuggestions
Submodule
Submodule custom/custom/plugins/zsh-autosuggestions added at 85919cd1ff
1
custom/custom/plugins/zsh-syntax-highlighting
Submodule
1
custom/custom/plugins/zsh-syntax-highlighting
Submodule
Submodule custom/custom/plugins/zsh-syntax-highlighting added at 1d85c69261
12
custom/example.zsh
Normal file
12
custom/example.zsh
Normal file
@@ -0,0 +1,12 @@
|
||||
# Put files in this folder to add your own custom functionality.
|
||||
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization
|
||||
#
|
||||
# Files in the custom/ directory will be:
|
||||
# - loaded automatically by the init script, in alphabetical order
|
||||
# - loaded last, after all built-ins in the lib/ directory, to override them
|
||||
# - ignored by git by default
|
||||
#
|
||||
# Example: add custom/shortcuts.zsh for shortcuts to your local projects
|
||||
#
|
||||
# brainstormr=~/Projects/development/planetargon/brainstormr
|
||||
# cd $brainstormr
|
||||
3
custom/plugins/example/example.plugin.zsh
Normal file
3
custom/plugins/example/example.plugin.zsh
Normal file
@@ -0,0 +1,3 @@
|
||||
# Add your own custom plugins in the custom/plugins directory. Plugins placed
|
||||
# here will override ones with the same name in the main plugins directory.
|
||||
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-plugins
|
||||
1
custom/plugins/zsh-autosuggestions
Submodule
1
custom/plugins/zsh-autosuggestions
Submodule
Submodule custom/plugins/zsh-autosuggestions added at 85919cd1ff
1
custom/plugins/zsh-syntax-highlighting
Submodule
1
custom/plugins/zsh-syntax-highlighting
Submodule
Submodule custom/plugins/zsh-syntax-highlighting added at 1d85c69261
6
custom/themes/example.zsh-theme
Normal file
6
custom/themes/example.zsh-theme
Normal file
@@ -0,0 +1,6 @@
|
||||
# Put your custom themes in this folder.
|
||||
# See: https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes
|
||||
#
|
||||
# Example:
|
||||
|
||||
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
|
||||
Reference in New Issue
Block a user