Compare commits

...

3 Commits

3 changed files with 18 additions and 13 deletions

2
.zshrc
View File

@ -1,7 +1,7 @@
source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
source /nix/var/nix/profiles/default/etc/profile.d/nix.sh
export BAT_THEME="Monokai Extended Origin"
export BAT_THEME="OneHalfLight"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
LESS="-R"; export LESS

View File

@ -55,7 +55,6 @@ has_bin "dnsproxy" || nix profile install nixpkgs#dnsproxy
has_bin "dust" || nix profile install nixpkgs#du-dust
has_bin "eza" || nix profile install nixpkgs#eza
has_bin "fd" || nix profile install nixpkgs#fd
has_bin "flake-checker" || nix profile install github:DeterminateSystems/flake-checker
has_bin "flamegraph" || nix profile install nixpkgs#flamegraph
has_bin "fx" || nix profile install nixpkgs#fx
has_bin "fzf" || nix profile install nixpkgs#fzf
@ -66,7 +65,7 @@ has_bin "grep" || nix profile install nixpkgs#gnugrep
has_bin "grex" || nix profile install nixpkgs#grex
has_bin "gron" || nix profile install nixpkgs#gron
has_bin "gum" || nix profile install nixpkgs#gum
has_bin "helix" || nix profile install nixpkgs#helix
has_bin "hx" || nix profile install nixpkgs#helix
has_bin "hexyl" || nix profile install nixpkgs#hexyl
has_bin "htop" || nix profile install nixpkgs#htop
has_bin "httpie" || nix profile install nixpkgs#httpie
@ -81,13 +80,12 @@ has_bin "just" || nix profile install nixpkgs#just
has_bin "kibi" || nix profile install nixpkgs#kibi
has_bin "kondo" || nix profile install nixpkgs#kondo
has_bin "kubie" || nix profile install nixpkgs#kubie
has_bin "llama" || nix profile install nixpkgs#llama
has_bin "lls" || nix profile install nixpkgs#lls
has_bin "mdbook" || nix profile install nixpkgs#mdbook
has_bin "mosh" || nix profile install nixpkgs#mosh
has_bin "nix-bisect" || nix profile install nixpkgs#nix-bisect
# fails for some odd reason at the moment
#has_bin "nix-doc" || nix profile install nixpkgs#nix-doc
command -v "nix-doc" >/dev/null || cargo install nix-doc
has_bin "bisect-env" || nix profile install nixpkgs#nix-bisect
has_bin "nix-doc" || nix profile install nixpkgs#nix-doc
# command -v "nix-doc" >/dev/null || cargo install nix-doc
has_bin "nix-init" || nix profile install nixpkgs#nix-init
has_bin "nix-search" || nix profile install github:peterldowns/nix-search-cli --refresh
has_bin "nurl" || nix profile install nixpkgs#nurl
@ -105,18 +103,17 @@ has_bin "spacer" || nix profile install nixpkgs#spacer
has_bin "starship" || nix profile install nixpkgs#starship
has_bin "tig" || nix profile install nixpkgs#tig
has_bin "tldr" || nix profile install nixpkgs#tealdeer
has_bin "tinymist" || nix profile install nixpkgs#tinymist
has_bin "tokei" || nix profile install nixpkgs#tokei
has_bin "typst" || nix profile install nixpkgs#typst
has_bin "typstfmt" || nix profile install nixpkgs#typstfmt
has_bin "typst-lsp" || nix profile install nixpkgs#typst-lsp
has_bin "typst-live" || nix profile install nixpkgs#typst-live
has_bin "typst-preview" || nix profile install nixpkgs#typst-preview
has_bin "upterm" || nix profile install nixpkgs#upterm
has_bin "vim" || nix profile install nixpkgs#vim
has_bin "watchexec" || nix profile install nixpkgs#watchexec
has_bin "xcp" || nix profile install nixpkgs#xcp
has_bin "xh" || nix profile install nixpkgs#xh
has_bin "xsv" || nix profile install nixpkgs#xsv
has_bin "yazi" || nix profile install nixpkgs#yazi
has_bin "zenith" || nix profile install nixpkgs#zenith
has_bin "zola" || nix profile install nixpkgs#zola
has_bin "zoxide" || nix profile install nixpkgs#zoxide

View File

@ -53,8 +53,17 @@ disabled=true
EOF
mkdir -p "$HOME/.config/helix/themes"
cat <<EOF >"$HOME/.config/helix/themes/mylight.toml"
inherits = "onelight"
"comment" = { fg = "grey" }
"comment.line" = { fg = "grey" }
"comment.block" = { fg = "grey" }
"comment.block.documentation" = { fg = "grey" }
EOF
cat <<EOF >"$HOME/.config/helix/config.toml"
theme = "molokai"
theme = "mylight"
[editor]
true-color = true
@ -107,7 +116,6 @@ cat <<EOF >"$HOME/.gitconfig"
line-numbers = true
file-style = omit
hunk-header-style = file
features = calochortus-lyallii
[rebase]
autoStash = true