Cleaned up zsh setup
This commit is contained in:
9
.config/zsh/.zsh_plugins.zsh
Normal file
9
.config/zsh/.zsh_plugins.zsh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
fpath+=( $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-autosuggestions )
|
||||||
|
source $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||||
|
fpath+=( $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-syntax-highlighting )
|
||||||
|
source $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||||
|
fpath+=( $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-completions )
|
||||||
|
source $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-zsh-completions/zsh-completions.plugin.zsh
|
||||||
|
fpath+=( $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-romkatv-SLASH-powerlevel10k )
|
||||||
|
source $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-romkatv-SLASH-powerlevel10k/powerlevel10k.zsh-theme
|
||||||
|
source $HOME/.cache/antidote/https-COLON--SLASH--SLASH-github.com-SLASH-romkatv-SLASH-powerlevel10k/powerlevel9k.zsh-theme
|
||||||
@@ -65,4 +65,4 @@ alias -g -- --help='--help 2>&1 | bat --language=help --style=plain'
|
|||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.zsh/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.zsh/.p10k.zsh.
|
||||||
[[ ! -f ~/.zsh/.p10k.zsh ]] || source ~/.zsh/.p10k.zsh
|
[[ ! -f "$ZDOTDIR/.p10k.zsh" ]] || source $ZDOTDIR/.p10k.zsh
|
||||||
1
.config/zsh/antidote
Submodule
1
.config/zsh/antidote
Submodule
Submodule .config/zsh/antidote added at 4858ab37c1
15
.gitignore
vendored
15
.gitignore
vendored
@@ -10,3 +10,18 @@
|
|||||||
/.config/google-chrome
|
/.config/google-chrome
|
||||||
/.config/inkscape
|
/.config/inkscape
|
||||||
/.config/configstore
|
/.config/configstore
|
||||||
|
/.config/borgmqtt
|
||||||
|
/.config/dconf
|
||||||
|
/.config/fish
|
||||||
|
/.config/gtk-2.0
|
||||||
|
/.config/pulse
|
||||||
|
/.config/ros.org
|
||||||
|
/.config/ruff
|
||||||
|
/.config/uv
|
||||||
|
/.config/wslu
|
||||||
|
/.config/Qt*
|
||||||
|
.bash*
|
||||||
|
|
||||||
|
|
||||||
|
# don't include self
|
||||||
|
/.config/dotfiles
|
||||||
|
|||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule ".config/zsh/antidote"]
|
||||||
|
path = .config/zsh/antidote
|
||||||
|
url = https://github.com/mattmc3/antidote.git
|
||||||
8
.zshenv
8
.zshenv
@@ -1,5 +1,9 @@
|
|||||||
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
||||||
|
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
|
||||||
|
|
||||||
# editor
|
# editor
|
||||||
export ZDOTDIR="$HOME/.zsh"
|
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export VISUAL="nvim"
|
export VISUAL="nvim"
|
||||||
|
|
||||||
@@ -15,6 +19,8 @@ export VISUAL="nvim"
|
|||||||
export VCPKG_ROOT=~/.vcpkg
|
export VCPKG_ROOT=~/.vcpkg
|
||||||
export PATH=$VCPKG_ROOT:$PATH
|
export PATH=$VCPKG_ROOT:$PATH
|
||||||
|
|
||||||
|
|
||||||
|
# cmake
|
||||||
export CMAKE_COLOR_DIAGNOSTICS=ON
|
export CMAKE_COLOR_DIAGNOSTICS=ON
|
||||||
export CMAKE_GENERATOR="Ninja"
|
export CMAKE_GENERATOR="Ninja"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user