Tweaks, additions

main
mat ess 2022-02-10 00:09:59 -05:00
parent 73d4f6e00b
commit 0f8e6487d2
3 changed files with 9 additions and 1 deletions

View File

@ -44,6 +44,7 @@ in
homebrew.masApps = {
Bitwarden = 1352778147;
Spark = 1176895641;
Xcode = 497799835;
};
# If an app isn't available in the Mac App Store, or the version in the App Store has

View File

@ -77,9 +77,9 @@
exa # fancy version of `ls`
fd # fancy version of `find`
htop # fancy version of `top`
httpie # fancy version of `curl`
hyperfine # benchmarking tool
mosh # wrapper for `ssh` that better at not dropping connections
pijul # alternative to `git`
procs # fancy version of `ps`
ripgrep # better version of `grep`
tealdeer # rust implementation of `tldr`
@ -91,6 +91,8 @@
# Dev stuff
cloc # source code line counter
jq # json processor
pijul # alternative to `git`
rustup # rust toolchain
# Useful nix related tools
cachix # adding/managing alternative binary caches hosted by Cachix
@ -108,6 +110,10 @@
# Misc configuration files --------------------------------------------------------------------{{{
xdg = {
enable = true;
};
# https://docs.haskellstack.org/en/stable/yaml_configuration/#non-project-specific-config
# home.file.".stack/config.yaml".text = lib.generators.toYAML {} {
# templates = {

View File

@ -1,3 +1,4 @@
# TODO: change color scheme
# Colors from: https://ethanschoonover.com/solarized
# Used in Kitty terminal config: `./kitty-configs.nix`