repo restructurize

This commit is contained in:
pika 2024-05-21 09:33:04 +02:00
parent 4f8bd70ca4
commit 72c9f2da19
9 changed files with 10 additions and 1857 deletions

View file

@ -1,9 +1,9 @@
# Source/Load zinit # Source/Load zinit
source "$HOME/.config/zsh/upin-alias" source "$HOME/.config/zsh/upin-alias.zsh"
source "$HOME/.config/zsh/dependencies" source "$HOME/.config/zsh/dependencies.zsh"
source "$HOME/.config/zsh/init" source "$HOME/.config/zsh/init.zsh"
source "$HOME/.config/zsh/roundy-theme.zsh" source "$HOME/.config/zsh/roundy-theme.zsh"
#source "$HOME/.config/zsh/toolbox" #source "$HOME/.config/zsh/toolbox.zsh"
# Set the directory we want to store zinit and plugins # Set the directory we want to store zinit and plugins
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git" ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"

View file

@ -1,2 +1,8 @@
# zsh # zsh
## installation
```bash
git clone https://git.k4li.de/zsh $HOME/.config/zsh
ln -sf $HOME/.config/zsh/.zshrc $HOME/.zshrc
zsh
```

File diff suppressed because it is too large Load diff

View file

@ -1,11 +0,0 @@
all:
stow --verbose --target=$$HOME --adopt --restow */
install:
stow --verbose --target=$$HOME --adopt --restow */
delete:
stow --verbose --target=$$HOME --delete */
remove:
stow --verbose --target=$$HOME --delete */