My personal NixOS configuration
Find a file
2023-03-05 22:11:59 +00:00
bin Package starship in bin directory 2023-03-01 18:08:34 +00:00
config Add signal desktop app to chat workspace 2023-03-05 22:11:59 +00:00
packages Add pipx installer script, make direnv script executable 2023-03-03 17:36:15 +00:00
ssh Enable direnv for fish 2023-03-02 10:19:49 +00:00
themes Add i3 include directory for non-version controlled config, add catppuccin theme for xfce/gtk, remove fonts directory 2023-03-01 07:36:57 +00:00
.bashrc Add default zshrc from bashrc, add warning in Makefile to add git email if missing 2023-03-04 09:08:14 +00:00
.gitignore Ignore poetry's own pyproject and lock files 2023-03-03 08:18:35 +00:00
.pre-commit-config.yaml Re-enable pre-commit using stylua 2023-03-03 11:42:43 +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
.zshrc Add default zshrc from bashrc, add warning in Makefile to add git email if missing 2023-03-04 09:08:14 +00:00
Makefile Add test for poetry/pyenv as macOS can install them in different places 2023-03-04 09:13:20 +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