File tree Expand file tree Collapse file tree 7 files changed +22
-11
lines changed
Expand file tree Collapse file tree 7 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 22######################### TAPS ###########################
33##########################################################
44
5+ tap "oven-sh/bun"
6+
57##########################################################
68####################### UTILITIES ########################
79##########################################################
@@ -14,6 +16,7 @@ brew "checkov"
1416brew "coreutils"
1517brew "curl"
1618brew "direnv"
19+ brew "dua-cli"
1720brew "ffmpeg"
1821brew "fzf"
1922brew "gh"
@@ -22,7 +25,7 @@ brew "git-lfs"
2225brew "glances"
2326brew "gnupg"
2427brew "go"
25- brew "go-task/tap/go-task "
28+ brew "go-task"
2629brew "grep"
2730brew "hashicorp/tap/terraform"
2831brew "helm"
@@ -43,6 +46,7 @@ brew "node"
4346brew "nvm"
4447brew "openjdk"
4548brew "opentofu"
49+ brew "oven-sh/bun/bun"
4650brew "ripgrep"
4751brew "rich-cli"
4852brew "sops"
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ if command -v thefuck &>/dev/null; then
7979 eval " $( thefuck --alias) "
8080 eval " $( thefuck --alias dang) "
8181fi
82- # direnv
83- if command -v direnv & > /dev/null; then
84- eval " $( direnv hook bash) "
82+ # mise
83+ if command -v mise & > /dev/null; then
84+ eval " $( mise activate bash) "
8585fi
8686
8787# ########################################################################################################
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ if [[ $(uname) == "Darwin" ]]; then
3535 export HOMEBREW_CASK_OPTS="--appdir=${HOME}/Applications"
3636fi
3737
38+ # bun
39+ if [[ ${PATH} != *"${HOME}/.bun/bin"* && -d ${HOME}/.bun/bin ]]; then
40+ export PATH="${HOME}/.bun/bin:${PATH}"
41+ fi
42+
3843# ~/.local/bin
3944if [[ ${PATH} != *"${HOME}/.local/bin"* && -d ${HOME}/.local/bin ]]; then
4045 export PATH="${HOME}/.local/bin:${PATH}"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ plugins=(
2525)
2626
2727if ! command -v omz & > /dev/null; then
28- export DISABLE_AUTO_UPDATE= " 1 "
28+ zstyle ' :omz:update ' mode disabled
2929 source " ${ZSH} /oh-my-zsh.sh"
3030fi
3131
@@ -78,9 +78,9 @@ if command -v thefuck &>/dev/null; then
7878 eval " $( thefuck --alias) "
7979 eval " $( thefuck --alias dang) "
8080fi
81- # direnv
82- if command -v direnv & > /dev/null; then
83- eval " $( direnv hook zsh) "
81+ # mise
82+ if command -v mise & > /dev/null; then
83+ eval " $( mise activate zsh) "
8484fi
8585
8686# disable autocd
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ colors: true
22fuzzy-match : true
33role-duration : 43200
44console :
5- browser_command : ' "/Applications/Google Chrome .app/Contents/MacOS/Google Chrome" -incognito "{url}"'
5+ browser_command : ' "~ /Applications/Vivaldi .app/Contents/MacOS/Vivaldi" - -incognito "{url}"'
Original file line number Diff line number Diff line change @@ -110,13 +110,15 @@ style = "fg:color_fg0 bg:color_yellow"
110110format = " [ ${path} ](${style})"
111111truncation_length = 3
112112truncation_symbol = " β¦/"
113+ truncate_to_repo = false
113114
114115[directory .substitutions ]
115116"Documents" = " σ° "
116117"Downloads" = " ο "
117118"Music" = " σ° "
118119"Pictures" = " οΎ "
119120"Developer" = " σ°² "
121+ "~/git" = " ο"
120122
121123[git_branch ]
122124symbol = " ο"
Original file line number Diff line number Diff line change 11aws-sso-util
22awsume[fuzzy,console]
3- browsr[remote]
3+ batrachian-toad
4+ browsr[all]
45camply[all]
56cookiecutter
67dunk
78dvc
8- elia-chat
99hatch --with pip
1010hatch-pip-compile
1111httpie
You canβt perform that action at this time.
0 commit comments