My personal NixOS configuration
Find a file
2023-02-14 09:03:18 +00:00
bin Convert yadm changes back to Makefile-based system 2023-02-08 23:54:40 +00:00
config Update depracated sumneko_lua config 2023-02-14 09:03:18 +00:00
home Add explicit control over wezterm keyboard shortcuts 2023-02-13 12:38:19 +00:00
ohmyzsh Clean up some unused plugins, re-enable nvim-tree auto open with new autocmd 2023-02-10 09:27:22 +00:00
ssh Move ssh-config into subdirectory to enable automatic matching 2023-02-09 08:59:12 +00:00
.gitignore Add TPM for tmux plugin management + plugins 2023-02-09 15:47:44 +00:00
Makefile Rename packages to pacman 2023-02-11 10:02:36 +00:00
pkglist.txt Add a few more formatters, run formatting on files 2023-02-13 12:57:12 +00:00
README.md Update README to be more relevant 2023-02-13 13:05:51 +00:00

Personal dotfiles

Collection of various settings, configurations and other miscellaneous tools.

Makefile handles linking config files and installing available extras. Arguments for make:

  • link
    • symlinks config files to $XDG_CONFIG_HOME
  • unlink
    • Undo make link
  • install
    • Downloads extras: ohmyz.sh, powerlevel10k, packer, TMUX plugin manager
  • uninstall
    • Undo make install
  • all
    • link and install in one operation
  • pacman
    • Install/update all packages listed in pkglist.txt

Configs

Binaries