Skip to content

adam-gaia/dotfiles

Repository files navigation

Dotfiles

Unlock git crypt

# Save git crypt key in a file outside of the repo
KEY_FILE="~/repo/personal/git-crypt-private-key.key"
git-crypt unlock "${KEY_FILE}"

Usage

# Apply system configuration
./apply-system.sh


# Apply user configuration
./apply-user.sh && reload

Install (astro)nvim lsp servers

:LspInstall pyright
:LspInstall clangd
:LspInstall cmake
:LspInstall dockerls
:LspInstall rust-analyzer
:LspInstall terraform-ls
:LspInstall bash-language-server
:LspInstall yaml-language-server
:LspInstall ansiblels
:LspInstall ltex # LaTeX and markdown

Todo

Troubleshooting

  • Keymap changes weren't getting picked up on 'nixos-rebuild switch' Needed to run
gsettings reset org.gnome.desktop.input-sources xkb-options
gsettings reset org.gnome.desktop.input-sources sources

and logout+login

Notes