Stuff
This commit is contained in:
parent
e0f5b62782
commit
48976e78ce
4 changed files with 11 additions and 0 deletions
|
@ -63,6 +63,7 @@ l common/git/config $h/.gitconfig
|
||||||
l common/elixir/iex.exs $h/.iex.exs
|
l common/elixir/iex.exs $h/.iex.exs
|
||||||
l common/blender/userpref.blend $c/blender/2.93/config/userpref.blend
|
l common/blender/userpref.blend $c/blender/2.93/config/userpref.blend
|
||||||
l common/lemonade/config.toml $c/lemonade.toml
|
l common/lemonade/config.toml $c/lemonade.toml
|
||||||
|
l common/tig/rc $h/.tigrc
|
||||||
popd
|
popd
|
||||||
|
|
||||||
for s in $c/lytedev-env/*/dotfiles-setup.d.fish
|
for s in $c/lytedev-env/*/dotfiles-setup.d.fish
|
||||||
|
|
|
@ -18,6 +18,10 @@ if has_command exa
|
||||||
alias lD 'la --only-dirs'
|
alias lD 'la --only-dirs'
|
||||||
end
|
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"
|
function scount --wraps=count --description "Silent count exits with a non-zero status if no arguments given to count"
|
||||||
count $argv > /dev/null
|
count $argv > /dev/null
|
||||||
end
|
end
|
||||||
|
|
5
common/tig/rc
Normal file
5
common/tig/rc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
set git-colors = no
|
||||||
|
|
||||||
|
color cursor default black
|
||||||
|
color title-blur default black
|
||||||
|
color title-focus default black
|
|
@ -22,4 +22,5 @@ paru -Sy --needed --noconfirm \
|
||||||
sc-im `# Spreadsheets` \
|
sc-im `# Spreadsheets` \
|
||||||
cloc `# For counting lines of code` \
|
cloc `# For counting lines of code` \
|
||||||
gitui `# Git TUI` \
|
gitui `# Git TUI` \
|
||||||
|
tokei `# Counting Lines of Code (cloc alternative)` \
|
||||||
pigz `# Multicore Compression Utility` \
|
pigz `# Multicore Compression Utility` \
|
||||||
|
|
Reference in a new issue