mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
change folder structure
This commit is contained in:
18
scripts/install.sh
Executable file
18
scripts/install.sh
Executable 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/
|
Reference in New Issue
Block a user