change folder structure

This commit is contained in:
DefectingCat
2024-02-23 09:16:09 +08:00
parent 044d72748c
commit 5189c3f30d
18 changed files with 18 additions and 0 deletions

18
scripts/install.sh Executable file
View File

@ -0,0 +1,18 @@
#!/bin/bash
# create symbol link for configurations
# nvim
ln -s ~/dotfiles/nvim/custom/ ~/.config/nvim/lua/
# zsh
ln -s ~/dotfiles/zsh/zshrc ~/.zshrc
# tmux
ln -s ~/dotfiles/tmux/ ~/.tmux
# scripts
ln -s ~/dotfiles/rua-scripts/ ~/.config/
# lazygit
ln -s ~/dotfiles/lazygit/ ~/.config/
# neofetch
ln -s ~/dotfiles/neofetch/ ~/.config/
# kitty
ln -s ~/dotfiles/kitty/ ~/.config/