a collection of my dotfiles
- Config path:
nuphy_air60_v2.my_layout.json(in this repo) - Apply: Upload via usevia.app
- Reload: Re-upload the file after changes
- Config path:
~/.zshrc - Apply:
cp dotfiles/.zshrc ~/.zshrc - Reload:
source ~/.zshrc
- Config path:
~/.vimrc - Apply:
cp dotfiles/.vimrc ~/.vimrc - Reload:
:source ~/.vimrcinside vim, or restart vim
- Config path:
~/.tmux.conf - Apply:
cp dotfiles/.tmux.conf ~/.tmux.conf - Reload:
tmux source-file ~/.tmux.conf
- Config path:
~/.config/ghostty/config - Apply: Copy config file to the path above
- Reload: Restart Ghostty
- Config path: Managed via Raycast → Settings → Advanced → Export/Import
- Apply: Import settings from Raycast UI
- Reload: Raycast picks up changes automatically
for each tools, add following informations - the default path of config file - how to apply the config - how to reload(or source), use the correct term.
describe the detail in .dotfiles insead of in the readme file.