1
0
Fork 0
No description
Find a file
2025-09-01 17:06:04 -05:00
.config zsh: fix $MANPAGER for bat 2025-09-01 17:06:04 -05:00
.ssh ssh: new laptop key 2024-12-05 12:54:22 -06:00
.vim remove vestigal windows configs 2025-09-01 16:49:53 -05:00
.xinitrc x: run xfce, kde has annoyed me for the last time 2025-05-01 21:10:30 -05:00
.zshenv zsh: move hidden config to un-hidden files as much as possible 2024-02-06 11:14:41 -06:00
LICENSE add LICENSE 2020-07-18 15:56:28 -05:00
README.md move all the machine setup stuff out of README.md 2024-09-16 10:49:55 -05:00

Starfall's dotfiles setup.

This is "the best way to store your dotfiles".

Prerequisites

  • git

Starting your own

git init --bare $HOME/.dotfiles
alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
echo "alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> .bashrc

Checking out on a new machine

git clone --bare https://git.starfall.systems/dots $HOME/.dotfiles
alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
config checkout
config config --local status.showUntrackedFiles no