Skip to content

monooso/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

585 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

All of my dotfiles, in a single repository. Supersedes the modular approach of one repository per use-case (dot-elixir, dot-git, etc.). Long live the monolith.

Sensitive configuration (SSH configs, environment secrets, private snippets) lives in a separate private repository, dotfiles-private. Desktop environment-specific configuration (e.g. GNOME dconf settings) lives in its own repo, such as dotfiles-gnome. All repos are deployed to $HOME using GNU Stow.

Requirements

  • GNU Stow for managing symlinks. You'll need a reasonably recent version. This isn't a problem if you're on Fedora (using dnf); I can't speak for any other systems.
  • Access to the dotfiles-private repo (for the full setup).
  • A DE-specific dotfiles repo if applicable (e.g. dotfiles-gnome).

Getting started

Clone the repositories

mkdir -p ~/code && cd ~/code
git clone git@github.com:monooso/dotfiles.git
git clone git@github.com:monooso/dotfiles-private.git
git clone git@github.com:monooso/dotfiles-gnome.git  # if using GNOME

Symlink everything

cd ~/code/dotfiles && stow -t ~/ .
cd ~/code/dotfiles-private && stow -t ~/ .
cd ~/code/dotfiles-gnome && stow -t ~/ .  # if using GNOME

What goes where

Repository Contents
dotfiles (this) Shell config, tmux, editor settings, and other non-sensitive configuration
dotfiles-private SSH configs, environment secrets, snyp snippets
dotfiles-gnome GNOME dconf settings

If you're adding new configuration, ask yourself: (1) is it DE-specific? If so, it belongs in the relevant DE repo. (2) Would you be comfortable with it being public? If not, it belongs in dotfiles-private.

About

Mi casa, su casa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors