My personal NixOS configuration
Find a file
2023-02-23 13:38:47 +00:00
bin Convert yadm changes back to Makefile-based system 2023-02-08 23:54:40 +00:00
config Disable transparent background in nvim 2023-02-23 13:38:47 +00:00
home Used rounded form of p10k and make wezterm status match 2023-02-14 22:44:32 +00:00
ohmyzsh Add sh functions to check for, and start poetry environments 2023-02-23 13:30:07 +00:00
ssh SSH config additions 2023-02-21 17:31:01 +00:00
.gitignore Ignore user_email file 2023-02-23 11:40:05 +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 Sort pkglist 2023-02-21 09:54:15 +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