My personal NixOS configuration
Find a file
2023-01-13 15:23:24 +00:00
config Fix nightfox theme option setting (was not working this whole time) 2023-01-13 15:23:24 +00:00
nerdfont_symbols Change pynvim to system package instead of venv, move nvim install to global install.sh 2023-01-12 09:01:23 +00:00
systemd Add unit file for starting ssh-agent 2023-01-12 14:25:46 +00:00
templates Add template ssh config file 2023-01-13 10:39:37 +00:00
true_colour_tests Move non-vim specific resources to top level 2023-01-10 08:22:54 +00:00
.gitignore Add machine specific lazygit config 2023-01-10 10:30:42 +00:00
aliases.zsh Add vim alias for nvim 2023-01-13 15:23:10 +00:00
completions.zsh Add zsh completions 2023-01-13 10:25:07 +00:00
install.sh Add template ssh config file 2023-01-13 10:39:37 +00:00
pacman.txt Add poetry and pre-commit to pacman install 2023-01-13 10:52:51 +00:00
README.md Start adding list of arch packages to install for convenience 2023-01-12 11:56:10 +00:00

Personal dotfiles

Collection of various settings, configurations and other miscellaneous tools.

Settings

Fonts

Templates

  • Python package
  • Crontab

Package config

List of arch personal arch linux packages in pacman.txt.

Install with:

sudo pacman --needed -S $(awk '{print $1}'  pacman.txt)