38 lines
1.3 KiB
Bash
38 lines
1.3 KiB
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
|
|
|
|
# VS Code
|
|
ln -s -f ~/dotfiles/vscode_config/keybindings.json ~/Library/Application\ Support/Code/User/keybindings.json
|
|
ln -s -f ~/dotfiles/vscode_config/settings.json ~/Library/Application\ Support/Code/User/settings.json
|
|
|
|
# ghostty
|
|
ln -s -f ~/dotfiles/misc_config/ghostty ~/Library/Application\ Support/com.mitchellh.ghostty/config
|
|
|
|
# fastfetch
|
|
ln -s -f ~/dotfiles/misc_config/fastfetch.jsonc ~/.config/fastfetch/config.jsonc
|
|
|
|
# gitmoji
|
|
ln -s -f ~/dotfiles/misc_config/gitmojis.json ~/.gitmoji/gitmojis.json
|
|
|
|
# atuin
|
|
ln -s -f ~/dotfiles/misc_config/atuin.toml ~/.config/atuin/config.toml
|