Quick installation guide, backs up original dot files and stores them out of the way in a git ignored directory.
git clone [email protected]:LarsEckart/dotfiles.git ~/.dotfiles
mv ~/.bash_profile ~/.dotfiles/backups/
ln -s ~/.dotfiles/.bash_profile ~/.bash_profile
mv ~/.bashrc ~/.dotfiles/backups/
mv ~/.gitconfig ~/.dotfiles/backups/
ln -s ~/.dotfiles/.bash_logout ~/.bash_logout
ln -s ~/.dotfiles/.bashrc ~/.bashrc
ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
ln -s ~/.dotfiles/.gitattributes ~/.gitattributes
ln -s ~/.dotfiles/.gitignore_global ~/.gitignore_global
ln -s ~/.dotfiles/.hushlogin ~/.hushlogin
ln -s ~/.dotfiles/.vimrc ~/.vimrc
Setup for multiple git identities is also described here.
- Jetbrains Mono
- Generate a ssh key
- Generate gpg key (update gpg and install pinentry-mac through brew, do after install do
gpgconf --kill gpg-agent
at the very end - Paste and match style: https://twitter.com/_overment/status/1627917465295507456