My personal NixOS configuration
Find a file
2023-03-14 10:35:12 +00:00
bin Remove starship as it has an installer file 2023-03-14 10:35:04 +00:00
config Add filetype hinting to git config 2023-03-14 10:35:12 +00:00
packages Move pyenv build requirements echo 2023-03-05 22:23:32 +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 gitlab and github CLI completion to bash and zsh 2023-03-06 13:51:33 +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 gitlab and github CLI completion to bash and zsh 2023-03-06 13:51:33 +00:00
Makefile Force correct location for direnv install 2023-03-05 22:23:43 +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