repo restructurize
This commit is contained in:
parent
4f8bd70ca4
commit
72c9f2da19
9 changed files with 10 additions and 1857 deletions
|
@ -1,9 +1,9 @@
|
|||
# Source/Load zinit
|
||||
source "$HOME/.config/zsh/upin-alias"
|
||||
source "$HOME/.config/zsh/dependencies"
|
||||
source "$HOME/.config/zsh/init"
|
||||
source "$HOME/.config/zsh/upin-alias.zsh"
|
||||
source "$HOME/.config/zsh/dependencies.zsh"
|
||||
source "$HOME/.config/zsh/init.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
|
||||
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
|
|
@ -1,2 +1,8 @@
|
|||
# zsh
|
||||
|
||||
## installation
|
||||
```bash
|
||||
git clone https://git.k4li.de/zsh $HOME/.config/zsh
|
||||
ln -sf $HOME/.config/zsh/.zshrc $HOME/.zshrc
|
||||
zsh
|
||||
```
|
||||
|
|
1842
dotfiles/.p10k.zsh
1842
dotfiles/.p10k.zsh
File diff suppressed because it is too large
Load diff
11
makefile
11
makefile
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue