#!/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