No description
Find a file
2023-01-14 13:23:11 -08:00
bash adding ~/.local/bin to bash path 2023-01-06 21:13:34 -08:00
git git updates 2023-01-14 13:23:11 -08:00
gnupg fixing gnupg / git integration on new homebrew setup 2021-12-26 22:48:46 -08:00
khard/.config init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
konsole/.local/share/konsole init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
mutt using nvim instead of vim for mutt editor 2020-07-08 10:00:27 -04:00
offlineimap adding ubuntu support to fastmail.sh 2019-09-23 12:53:31 -04:00
scripts/bin adding dir for helperscripts like pw.sh 2019-05-01 21:42:46 -04:00
tmux gruvbox theme change for tmux 2020-06-22 08:27:31 -04:00
vim making colorscheme errors silent 2021-09-27 16:20:42 -07:00
zsh fixing merge 2023-01-11 09:26:59 -08:00
.gitignore init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
README.md updates for sr.ht 2022-12-07 20:03:43 -08:00

Dotfiles

These are generic dotfiles intended for use across any platform.

Supported Configurations

  • bash
  • conky
  • emacs
  • git
  • i3
  • mutt
  • offlineimap
  • khard
  • tmux
  • vim
  • zsh

Installation

Following the best practices of the local platform install git and stow.

$ git clone git@git.sr.ht:~amdavidson/dotfiles $HOME/.dotfiles
$ cd $HOME/.dotfiles
$ stow {scripts,bash,git,tmux,vim}

Local Configuration

Locally specific bash or zsh configurations can be put into $HOME/.$SHELL_local and they will be applied as a superset of the main .$SHELLrc file.

mutt

Using mutt requires that you also stow the helper scripts to get access to pw.sh and that you include IMAP_USERNAME and IMAP_PASSWORD in the .env file.

khard / vdirsyncer

Using khard and vdirsyncer requires that you also stow the helper scripts to get access to pw.sh and that you include CARDDAV_USERNAME and CARDDAV_PASSWORD in the .env file.