Go to file
2023-11-27 07:55:50 +01:00
functions initial commit 2023-11-27 07:48:55 +01:00
.aliases initial commit 2023-11-27 07:48:55 +01:00
.gitignore initial commit 2023-11-27 07:48:55 +01:00
.p10k.zsh initial commit 2023-11-27 07:48:55 +01:00
.zprofile initial commit 2023-11-27 07:48:55 +01:00
.zsh_plugins.txt adds ssh-agent plugin 2023-11-27 07:55:50 +01:00
.zshenv initial commit 2023-11-27 07:48:55 +01:00
.zshrc initial commit 2023-11-27 07:48:55 +01:00
.zstyles initial commit 2023-11-27 07:48:55 +01:00
README.md initial commit 2023-11-27 07:48:55 +01:00

install

ZDOTDIR=~/.config/zsh
git clone ssh://git@gitea.sejo-it.be:3022/sejo/zshrepo.git $ZDOTDIR

# symlink .zshenv
[[ -f ~/.zshenv ]] && mv -f ~/.zshenv ~/.zshenv.bak
ln -s $ZDOTDIR/.zshenv ~/.zshenv