more scripting stuff

This commit is contained in:
2024-04-03 21:10:42 -04:00
parent a9ee267075
commit e6d05a5994
4 changed files with 34 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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