Skip to content

brenfwd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published