1
0
forked from extern/nix-config
Commit Graph

14 Commits

Author SHA1 Message Date
e42bfc091a fish: Perform local tests by default 2023-06-10 20:07:55 -04:00
e037c54561 fish: Replace tput reset with tput clear
This should fix an issue where colors would previously get changed after
clearing the terminal.
2023-06-09 21:50:38 -04:00
250222c191 nixos-rebuild: Use verbose output 2023-06-08 20:57:50 -04:00
d3e2457a89 tests: Use verbose output 2023-06-08 19:18:04 -04:00
d137d3342c meta: Add tests
Tests help guarantee that I don't forget to do something that I should
have done, such as importing a certain nix module.
2023-06-08 17:15:58 -04:00
b5ccd2e18b fish: Add n abbreviation for neovim 2023-06-06 10:37:06 -04:00
9a9e3be260 fish: Use variables for vm abbreviation
This prevents things from breaking if we change the hostname at a later
date.
2023-06-06 10:36:17 -04:00
a326873c6a fish: Add abbreviation for nixos-rebuild switch 2023-06-06 10:33:51 -04:00
f6ef515f80 fish: Add abbreviation for nixos-rebuild build-vm 2023-06-06 10:32:32 -04:00
a69a38d287 fish: Use lowercase t for tree 2023-06-06 10:17:06 -04:00
2fcffe0a67 fish: Add git restore abbreviations 2023-06-06 10:03:09 -04:00
9ec36d2bc4 fish: Use smart-case for ripgrep 2023-06-06 10:00:04 -04:00
3119b789f8 nix: Format with alejandra
Alejandra is written in Rust, has more tests than nixfmt, and handles
non-trivial code examples in Nix better.
2023-06-05 20:50:10 -04:00
343076f942 meta: Move terminal files to modules
Since all of these files do roughly the same thing (that is, configure
the system in a specific way that a separate file seems necessary), this
should reduce the overall complexity of the project tree.
2023-06-05 11:44:37 -04:00