My NixOS config
 
 
 
 
 
 
Go to file
Hektor Misplon f035c9318b Squashed 'dots/' changes from f64b634..24ce8f3
24ce8f3 Migrate '.vim/plugin' to neovim
e3d9612 Remove vim yin/yang colorschemes
05986a3 Migrate '.vim/ftplugin' to neovim
05bc2ec Migrate vim snippets to neovim (LuaSnip)
128ae8e Migrate '.vim/ftdetect/prolog' to neovim
f3188f7 Migrate '.vim/after/syntax' to neovim
85d56f9 Migrate vim init config to neovim
afca2ca Migrate '.vim/after' to neovim
d6875c9 Add 'eslint_d' PID to 'nvim-lint' config
568e45f Remove jira aliases
78fa170 Disable 'xdg-user-dirs' by default
5216f79 Alias bash 'history' command to 'h'
0f29dc3 Add neovim dependencies to flake
c901a1c test
6113c08 Merge commit '490998275cbdc5ff032d4a39794bf850f4bfefec'
470f69f Add neovim 'auto-session' plugin setup
d3a67ab Add minimal readme to my neovim configuration
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: 24ce8f39af
2025-10-20 23:59:27 +02:00
.bash_aliases Squashed 'dots/' changes from f64b634..24ce8f3 2025-10-20 23:59:27 +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..24ce8f3 2025-10-20 23:59:27 +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
.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 Squashed 'dots/' changes from f64b634..24ce8f3 2025-10-20 23:59:27 +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
README.md Squashed 'dots/' changes from f64b634..24ce8f3 2025-10-20 23:59:27 +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.