- git
- curl
Install config tracking in $HOME
by running:
curl -Lks https://raw.githubusercontent.com/mroyme/dotfiles/main/.local/bin/.dotfiles-install | /bin/bash
This requires the public key of the machine where the setup is being installed to be registered as authorized on GitHub.
Add the following fuction to your ~/.zshrc
or ~/.bashrc
alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
This setup is inspired by
- Using git bare repositories for managing dotfiles
- Repository: Bitbucket - durdn/cfg
- Fork (Backup): Bitbucket - madhurjyaroy/cfg
On Wayland:
pacman -S emacs-wayland
On X11:
pacman -S emacs-nativecomp
brew tap d12frosted/emacs-plus
brew install emacs-plus --with-native-comp --with-savchenkovaleriy-big-sur-icon
Follow the instructions available at the Doom Emacs GitHub repository.