Skip to content

jonseitz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f9ea982 · Oct 29, 2020
Sep 25, 2020
Oct 25, 2020
Sep 5, 2018
Aug 31, 2020
Sep 25, 2020
Oct 21, 2018
Jul 3, 2020
Oct 29, 2020
Jul 16, 2017
Sep 19, 2020
Jul 8, 2020
Jan 29, 2020
Sep 25, 2020
Sep 25, 2020
Sep 19, 2020
Jul 19, 2019
Jul 19, 2017
Sep 19, 2020
Feb 12, 2019
Jun 1, 2020
Sep 19, 2020
Mar 4, 2019
Oct 25, 2020
Sep 21, 2020
Sep 25, 2018
Sep 25, 2018
May 18, 2020
Aug 2, 2018
Jun 7, 2020

Repository files navigation

My dotfiles

Setup for this repo is based on the method described in The best way to store your dotfiles.

Initial Setup

git clone --bare git@github.com:jonseitz/dotfiles $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
config checkout

You may need to delete any existing files that would be overwritten.

The .bash_aliases creates a config command aliased to

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

Additional Dependencies

I'm using a couple drop-in replacements for standard commands:

  • neomutt for mutt
  • neovim for vim
    • with neovim-drop-in from the AUR
  • exa for ls

Submodules

Vim and AUR packages are included as submodules. Once you've finished setup, run config submodule init to clone the correct packages. AUR packages can then be installed as usual.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published