Files
dotfiles/symlink_dotfiles.zsh
T
2024-04-03 21:10:42 -04:00

23 lines
604 B
Bash

# zshrc
ln -s -f ~/dotfiles/zsh_config/zshrc ~/.zshrc
# oh my zsh
ln -s -f ~/dotfiles/misc_config/oh-my-zsh.sh ~/.oh-my-zsh/oh-my-zsh.sh
# starship
ln -s -f ~/dotfiles/misc_config/starship.toml ~/.config/starship.toml
# git
ln -s -f ~/dotfiles/git_config/gitconfig ~/.gitconfig
ln -s -f ~/dotfiles/git_config/global_ignore ~/.gitignore
ln -s -f ~/dotfiles/git_config/gh_cli.yaml ~/.config/gh/config.yml
# micro
ln -s -f ~/dotfiles/micro_config/* ~/.config/micro
# thefuck
ln -s -f ~/dotfiles/misc_config/thefuck.py ~/.config/thefuck/settings.py
# zed
ln -s -f ~/dotfiles/zed_config/* ~/.config/zed