My NixOS config
 
 
 
 
 
 
Go to file
Hektor Misplon 490998275c Squashed 'dots/' changes from f64b634..f79bc54
f79bc54 Add minimal readme to my neovim configuration
4fe60cf Remove neovim lazy load related config
211da54 Fall back to 'paq.nvim' only when not on 'nixCats'
b6d3015 Add 'nixCatsUtils' from 'nixCats'
139089f Add neovim packages to 'nixCats' flake
a54e745 Add minimal 'nixCats' flake template
6e48621 Link NixOS repo in dotfiles repository

git-subtree-dir: dots
git-subtree-split: f79bc5427d
2025-10-15 22:18:59 +02:00
.bash_aliases Add 'ip' bash aliases 2025-07-12 18:14:26 +02:00
.bashrc.d Add 'shellcheck=bash' and editor hints to bash config/aliases 2025-03-01 12:05:26 +01:00
.bin Replace 'alacritty' with 'kitty' 2025-10-03 23:42:19 +02:00
.build Track (empty) .build directory 2023-05-20 12:16:00 +02:00
.config Squashed 'dots/' changes from f64b634..f79bc54 2025-10-15 22:18:59 +02:00
.local/share/task Update taskwarrior sync setup 2024-09-13 14:17:00 +02:00
.ssh Modularize ssh config 2025-05-15 10:28:58 +02:00
.vim Remove redundant vim JS/TS plugins (as migrated to nvim) 2025-10-03 23:42:39 +02:00
.vortex-core Update README.md 2022-11-17 22:26:57 +01:00
.xmonad Replace 'alacritty' with 'kitty' 2025-10-03 23:42:19 +02:00
.zotero Add 'better BibTeX' config 2023-03-21 23:21:49 +01:00
dl Track downloads path 2023-06-11 23:45:57 +02:00
doc/clips Track screenshot folder structure 2023-06-11 23:42:05 +02:00
.bash_profile Save X session errors 2024-12-14 17:55:03 +01:00
.bashrc Extract JavaScript aliases to '~/.bash_aliases/js' 2025-07-12 18:10:50 +02:00
.env.example Remove redundant 'taskd' environment variables 2025-01-15 17:20:36 +01:00
.gitconfig Remove absolute path from github credential helper 2025-10-04 18:03:55 +02:00
.gitignore Update gitignore 2025-01-11 15:52:40 +01:00
.inputrc Keep inputrc in default location (fix) 2023-12-09 17:49:35 +01:00
.npmrc Update npmrc 2023-05-01 15:56:35 +02:00
.resticexclude Update '.resticexclude' 2023-05-19 18:59:03 +02:00
.resticinclude Update backup script 2023-05-15 14:06:39 +02:00
.vimrc Add neovim vscode config 2024-09-22 18:36:31 +02:00
README.md Squashed 'dots/' changes from f64b634..f79bc54 2025-10-15 22:18:59 +02:00

README.md

My dotfiles

To get started, run the following:

bash <(curl -s https://git.hektormisplon.xyz/hektor/dots/raw/branch/master/.bin/setup)

Note: will not set up everything (e.g. /etc configs, dependencies...), but should get you up and running.

2025-10-04: I am migrating from Arch Linux to NixOS. For this transition, these dotfiles are currently included as a subtree in my NixOS repository.