My personal NixOS configuration
Find a file
2023-02-25 08:56:04 +00:00
bin Convert yadm changes back to Makefile-based system 2023-02-08 23:54:40 +00:00
config Complete conversion to fish 2023-02-25 08:46:56 +00:00
home Remove pyenv setup from zprofile, add check for is_rsa as well as ed25519 2023-02-23 13:49:06 +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
.profile Complete conversion to fish 2023-02-25 08:46:56 +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 Make linking more robust 2023-02-25 08:56:04 +00:00
pkglist.txt Complete conversion to fish 2023-02-25 08:46:56 +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