My personal NixOS configuration
Find a file
2023-01-16 11:14:15 +00:00
bin Move external binaries to top level, add lazygit and lua-lsp 2023-01-16 11:13:23 +00:00
config Move external binaries to top level, add lazygit and lua-lsp 2023-01-16 11:13:23 +00:00
lua-lsp Move external binaries to top level, add lazygit and lua-lsp 2023-01-16 11:13:23 +00:00
nerdfont_symbols Rename nerdfont files to remove spaces 2023-01-16 11:14:03 +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 kitty ssh alias 2023-01-13 16:02:26 +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
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)