Skip to content

Commit

Permalink
update setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
d-laub committed Sep 13, 2024
1 parent 78cc8cd commit 898cc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ ! -f "$HOME/.pixi/bin/pixi" ]; then
pixi g i git gh zellij ripgrep dust bat sd tree
fi

sd 'OSH_THEME="font"' 'OSH_THEME="powerline-plain"' ~/.bashrc
sd 'OSH_THEME="[\w\d\-]+"' 'OSH_THEME="powerline-plain"' ~/.bashrc

if [ ! -f "$HOME/Miniforge3-Linux-x86_64.sh" ]; then
wget --timeout=5 -t 5 -P $HOME \
Expand All @@ -37,4 +37,4 @@ if [ ! -d "$HOME/miniforge3/envs/bootcamp" ]; then
mamba run -n bootcamp Rscript -e 'IRkernel::installspec(name="R_bootcamp", displayname="R (bootcamp)")'
fi

echo Done!
echo 'Done! Please restart your terminal (or source your ~/.bashrc)'

0 comments on commit 898cc5f

Please sign in to comment.