My personal NixOS configuration
Find a file
2023-02-21 07:44:51 +00:00
bin Convert yadm changes back to Makefile-based system 2023-02-08 23:54:40 +00:00
config Add keymap to open Mason 2023-02-21 07:44:51 +00:00
home Used rounded form of p10k and make wezterm status match 2023-02-14 22:44:32 +00:00
ohmyzsh Redo p10k, add zsh syntax highlighting 2023-02-14 22:38:38 +00:00
ssh Move ssh-config into subdirectory to enable automatic matching 2023-02-09 08:59:12 +00:00
.gitignore Initial convert nvim to use lazy instead of packer 2023-02-17 08:51:09 +00:00
.pre-commit-config.yaml Add config for mason and automatic LSP config setup from LspInstall, remove LSP packages from pkglist, setup stylua in pre-commit hook 2023-02-21 07:43:48 +00:00
.stylua.toml Add custom styling to wezterm tab bar, move stylua.toml to top level directory 2023-02-19 12:16:22 +00:00
Makefile Fix dependencies causing zsh plugins to incorrectly request updating 2023-02-21 07:36:48 +00:00
pkglist.txt Add config for mason and automatic LSP config setup from LspInstall, remove LSP packages from pkglist, setup stylua in pre-commit hook 2023-02-21 07:43:48 +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