fix symlinks

This commit is contained in:
2024-04-11 09:40:33 -04:00
parent bbf04f1218
commit 1fce86f6ed
+4 -5
View File
@@ -1,9 +1,6 @@
# zshrc # zshrc
ln -s -f ~/dotfiles/zsh_config/zshrc ~/.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 # starship
ln -s -f ~/dotfiles/misc_config/starship.toml ~/.config/starship.toml ln -s -f ~/dotfiles/misc_config/starship.toml ~/.config/starship.toml
@@ -13,10 +10,12 @@ ln -s -f ~/dotfiles/git_config/global_ignore ~/.gitignore
ln -s -f ~/dotfiles/git_config/gh_cli.yaml ~/.config/gh/config.yml ln -s -f ~/dotfiles/git_config/gh_cli.yaml ~/.config/gh/config.yml
# micro # micro
ln -s -f ~/dotfiles/micro_config/* ~/.config/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 # thefuck
ln -s -f ~/dotfiles/misc_config/thefuck.py ~/.config/thefuck/settings.py ln -s -f ~/dotfiles/misc_config/thefuck.py ~/.config/thefuck/settings.py
# zed # zed
ln -s -f ~/dotfiles/zed_config/* ~/.config/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