Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,328 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Managed with chezmoi.

Bootstrap

Run this to bootstrap a new environment:

curl --fail --location --silent https://raw.githubusercontent.com/jlucktay/dotfiles/main/bootstrap.sh | bash

Set CHEZMOI_PURGE=1 on the script execution to remove Chezmoi's source/config directories after initialising and applying:

curl --fail --location --silent https://raw.githubusercontent.com/jlucktay/dotfiles/main/bootstrap.sh \
  | CHEZMOI_PURGE=1 bash

Reminders

On macOS, after installing a modern version of Bash (probably with Homebrew) don't forget to (re)set the default shell, so that desktop/UI apps inherit all the things from the Bash profile.

First, append the path of the Homebrew-managed Bash binary to the list of available shells:

echo "$(brew --prefix)/bin/bash" | sudo tee -a /etc/shells

Next, use chsh to set it as your new default:

chsh -s "$(brew --prefix)/bin/bash"

Finally, reboot, and rejoice!

About

My dotfiles, managed with https://github.com/twpayne/chezmoi

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages