My personal NixOS configuration
Find a file
2023-01-12 15:27:06 +00:00
config Replace onedark with nightfox colourscheme 2023-01-12 11:49:12 +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 additional config files and templates from old dotfiles 2023-01-10 08:06:54 +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 zsh aliases file 2023-01-12 11:56:06 +00:00
install.sh Add SSH agent and socket setups to install script 2023-01-12 15:27:06 +00:00
pacman.txt Add unit file for starting ssh-agent 2023-01-12 14:25:46 +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)