mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
22 lines
448 B
Bash
Executable File
22 lines
448 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# create symbol link for configurations
|
|
|
|
# zsh
|
|
ln -s ~/dotfiles/zsh/zshrc ~/.zshrc
|
|
ln -s ~/dotfiles/zsh/p10k.zsh ~/.p10k.zsh
|
|
# 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
|
|
# ranger
|
|
ln -s ~/dotfiles/ranger/ ~/.config
|
|
# sway
|
|
# ln -s ~/dotfiles/sway/ ~/.config
|