Dependencies:
To setup:
cd ~
git clone <this repo>
cd dotfiles
bun install
Then load from ~/.bashrc
(replace any default prompt or aliases with the following line):
source ~/dotfiles/bash/load.sh
Important
In your .bashrc
, there should be some lines added by bun's install script:
# bun
export BUN_INSTALL="$HOME/.bun"
export PATH=$BUN_INSTALL/bin:$PATH
Make sure that these lines come before the line that sources ~/dotfiles/bash/load.sh
.