Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.37 KB

README.org

File metadata and controls

56 lines (39 loc) · 1.37 KB

mroyme’s Dotfiles

Requirements

  • git
  • curl

Installation

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.

Configuring your shell

Add the following fuction to your ~/.zshrc or ~/.bashrc

alias dotfiles='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'

Managing dotfiles

This setup is inspired by

Applications

Emacs

Builds with native compilation

Arch Linux

On Wayland:

pacman -S emacs-wayland

On X11:

pacman -S emacs-nativecomp

macOS

brew tap d12frosted/emacs-plus
brew install emacs-plus --with-native-comp --with-savchenkovaleriy-big-sur-icon

Doom Emacs

Follow the instructions available at the Doom Emacs GitHub repository.