My personal NixOS configuration
Find a file
2023-02-25 20:15:51 +00:00
bin Convert yadm changes back to Makefile-based system 2023-02-08 23:54:40 +00:00
config Revert "Add default sway config fil" 2023-02-25 16:13:12 +00:00
fonts Add nerd fonts back to repo 2023-02-25 15:43:39 +00:00
packages Move pkglist into separate, grouped package files 2023-02-25 20:15:51 +00:00
ssh SSH config additions 2023-02-21 17:31:01 +00:00
.gitignore Finish fish environment setup, ignore fish_variables from git 2023-02-25 09:52:25 +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 Move pkglist into separate, grouped package files 2023-02-25 20:15:51 +00:00
README.md Move pkglist into separate, grouped package files 2023-02-25 20:15: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

Configs

Binaries

Installing Arch Linux packages

Arch Linux package files stored under packages.

Each can be installed/updated using (replacing pkglist.txt with chosen file)

pacman -T - < pkglist.txt || sudo pacman --needed -S - < pkglist.txt