Compare commits
No commits in common. "4d6863c16b12e7d6e72576b81803a1b52befea00" and "488b05e827265bbacf2a403ea2a44e4e891a2d61" have entirely different histories.
4d6863c16b
...
488b05e827
6
cli.sh
6
cli.sh
@ -34,11 +34,9 @@ run_cli_install(){
|
|||||||
"less"
|
"less"
|
||||||
"nodejs" # <-- hawk tuah
|
"nodejs" # <-- hawk tuah
|
||||||
"npm" # <-- need unfortunately for work stuff
|
"npm" # <-- need unfortunately for work stuff
|
||||||
"tmux" # <-- multplexer
|
"zellij" # <-- multplexer
|
||||||
"lazygit"
|
"lazygit"
|
||||||
"yazi"
|
"yazi-bin"
|
||||||
"wezterm"
|
|
||||||
"ttf-nerd-fonts-symbols-mono"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for i in "${cli_tools[@]}"; do
|
for i in "${cli_tools[@]}"; do
|
||||||
|
@ -11,14 +11,3 @@ else
|
|||||||
echo "Fish shell already in use... skipping"
|
echo "Fish shell already in use... skipping"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
############### YAZI CONFIGS (temporary) ############
|
|
||||||
git clone https://github.com/BennyOe/tokyo-night.yazi.git ~/.config/yazi/flavors/tokyo-night.yazi
|
|
||||||
path="$HOME/.config/yazi/theme.toml"
|
|
||||||
if [[ ! -e $path ]];then
|
|
||||||
bash ./warn.sh "Updating yazi file"
|
|
||||||
echo "[flavor]" >> $path
|
|
||||||
echo "use = \"tokyo-night\"" >> $path
|
|
||||||
fi
|
|
||||||
|
|
||||||
############### TMUX CONFIGS (temporary) ############
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
||||||
|
Loading…
Reference in New Issue
Block a user