Files
dotfiles/symlink_dotfiles.zsh
T
2024-04-11 09:40:33 -04:00

22 lines
718 B
Bash

# zshrc
ln -s -f ~/dotfiles/zsh_config/zshrc ~/.zshrc
# 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/bindings.json ~/.config/micro/bindings.json
ln -s -f ~/dotfiles/micro_config/settings.json ~/.config/micro/settings.json
# thefuck
ln -s -f ~/dotfiles/misc_config/thefuck.py ~/.config/thefuck/settings.py
# zed
ln -s -f ~/dotfiles/zed_config/keymap.json ~/.config/zed/keymap.json
ln -s -f ~/dotfiles/zed_config/settings.json ~/.config/zed/settings.json