Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 470 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 470 Bytes

dotfiles

My dotfiles for various things.

mkdir -p ~/.githooks
ln -s $HOME/dotfiles/.gitconfig ~/.gitconfig
ln -s $HOME/dotfiles/pre-push ~/.githooks/pre-push
git config --local hooks.allowpushmain true
ln -s $HOME/dotfiles/.zprofile ~/.zprofile
ln -s $HOME/dotfiles/.gitattributes ~/.gitattributes
ln -s $HOME/dotfiles/direnv.toml ~/.config/direnv/direnv.toml
ln -s $HOME/dotfiles/ghostty-config ~/.config/ghostty/config
ln -s $HOME/dotfiles/.irbrc ~/.irbrc