This commit is contained in:
Alexander NeonXP Kiryukhin 2024-07-13 03:30:15 +03:00
parent 0ce8b8ece9
commit 9503b74feb
Signed by: NeonXP
GPG key ID: 35E33E1AB7776B39
4 changed files with 18 additions and 1741 deletions

View file

@ -13,13 +13,13 @@ golibs:
dotfiles: ~/.gitconfig ~/.gitignore ~/.config/zsh ~/.config/nvim ~/.zshrc ~/.config/kitty
~/.gitconfig:
@ln -s $(pwd)/git/config ~/.gitconfig || true
ln -s $(pwd)/git/config ~/.gitconfig || true
~/.gitignore:
@ln -s $(pwd)/git/ignore ~/.gitignore || true
ln -s $(pwd)/git/ignore ~/.gitignore || true
~/.config/nvim:
@ln -s $(pwd)/nvim ~/.config/nvim || true
ln -s $(pwd)/nvim ~/.config/nvim || true
~/.config/zsh:
@ln -s $(pwd)/zsh ~/.config/zsh || true
ln -s $(pwd)/zsh ~/.config/zsh || true
~/.zshrc:
@ln -s $(pwd)/zsh/zshrc ~/.zshrc || true
~/.config/kitty:

@ -1 +0,0 @@
Subproject commit 62341054d8aa40ade03fc55bdbc95b9ff2d8d2b6

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,18 @@
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
# Use powerline
USE_POWERLINE="true"
# Has weird character width
# Example:
#  is not a diamond
HAS_WIDECHARS="false"
# Source manjaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
source /usr/share/zsh/manjaro-zsh-config
fi
source ~/.config/zsh/p10k.zsh
source ~/.config/zsh/p10k/powerlevel10k.zsh-theme
# Use manjaro zsh prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi
source ~/.config/zsh/antigen.zsh
antigen bundle zsh-users/zsh-syntax-highlighting