This commit is contained in:
Daniel Flanagan 2023-07-07 12:35:53 -05:00
parent e0f5b62782
commit 48976e78ce
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
4 changed files with 11 additions and 0 deletions

View file

@ -63,6 +63,7 @@ l common/git/config $h/.gitconfig
l common/elixir/iex.exs $h/.iex.exs
l common/blender/userpref.blend $c/blender/2.93/config/userpref.blend
l common/lemonade/config.toml $c/lemonade.toml
l common/tig/rc $h/.tigrc
popd
for s in $c/lytedev-env/*/dotfiles-setup.d.fish

View file

@ -18,6 +18,10 @@ if has_command exa
alias lD 'la --only-dirs'
end
if has_command rm-improved
alias rm rm-improved
end
function scount --wraps=count --description "Silent count exits with a non-zero status if no arguments given to count"
count $argv > /dev/null
end

5
common/tig/rc Normal file
View file

@ -0,0 +1,5 @@
set git-colors = no
color cursor default black
color title-blur default black
color title-focus default black

View file

@ -22,4 +22,5 @@ paru -Sy --needed --noconfirm \
sc-im `# Spreadsheets` \
cloc `# For counting lines of code` \
gitui `# Git TUI` \
tokei `# Counting Lines of Code (cloc alternative)` \
pigz `# Multicore Compression Utility` \