Skip to content

mroyme/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks