Compare commits

..

No commits in common. "94b9c83508af8609b4b5ccb8a6115213724f521b" and "ef12bdf22088ff2aaf05561c44e3f27a8b4f2a30" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[global]
target = "~/bin/"
asset_filters = ["^musl"]
target = "~/bin"
asset_filters = "^musl"
["ellie/atuin"]
@ -15,7 +15,7 @@ file = "btm"
["cli/cli"]
asset_filters = ["linux_amd64.tar.gz"]
target = "~/bin/gh"
target = "gh"
["dandavison/delta"]
asset_filters = ["x86_64-unknown-linux-gnu"]
@ -28,8 +28,7 @@ asset_filters = ["x86_64-unknown-linux-gnu"]
["junegunn/fzf"]
["dundee/gdu"]
asset_filters = ["gdu_linux_amd64.tgz", "^gdu_linux_amd64_static.tgz"]
target = "~/bin/gdu"
asset_filters = ["gdu_linux_amd64.tgz"]
["profclems/glab"]
asset_filters = ["Linux_x86_64.tar.gz"]

View file

@ -11,7 +11,7 @@ export HISTFILESIZE="${HISTSIZE}"
export SAVEHIST=4096
export HISTCONTROL=ignoredups:erasedups
export LESS='-R'
export LS_COLORS="ow=1;34:tw=1;34:st=00;"
export LS_COLORS="$LS_COLORS:ow=1;34:tw=1;34:"
# add completions to fpath
fpath=($DOTFILES_DIR/lib/completions $fpath)