Compare commits

..

2 Commits

Author SHA1 Message Date
4d6863c16b update post install script 2024-11-11 02:44:23 -05:00
2a60a9c154 update cli packages 2024-11-11 02:44:13 -05:00
2 changed files with 15 additions and 2 deletions

6
cli.sh
View File

@ -34,9 +34,11 @@ run_cli_install(){
"less"
"nodejs" # <-- hawk tuah
"npm" # <-- need unfortunately for work stuff
"zellij" # <-- multplexer
"tmux" # <-- multplexer
"lazygit"
"yazi-bin"
"yazi"
"wezterm"
"ttf-nerd-fonts-symbols-mono"
)
for i in "${cli_tools[@]}"; do

View File

@ -11,3 +11,14 @@ else
echo "Fish shell already in use... skipping"
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