Personal dotfiles and desktop settings for Linux, with a few shared shell and editor configs.
init.vimfor Vim and Neovimterminal/profile.zshandterminal/nice.zsh-themefor shell setupvscode/settings.jsonandvscode/keybindings.jsonfor VS Codedconf-settings.inifor GNOME desktop settings on Linuxarchive/for older or platform-specific configs
Run the installer from the repo root:
./install.shIt creates the main symlinks in your home directory and writes a basic ~/.zshrc that points to this repo.
To apply the saved GNOME settings from this repo:
dconf load / < dconf-settings.iniTo save your current GNOME settings back into this file after making changes:
dconf dump / > dconf-settings.iniThe dconf commands are meant for Linux/GNOME only.