No description
Find a file
2023-02-10 21:37:24 -08:00
bash removing yum reference 2023-02-10 21:37:24 -08:00
emacs/.doom.d moving org mode directory to be on nextcloud 2023-02-02 13:22:27 -08:00
git fixing credential helper on macos 2023-01-14 16:12:57 -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 adding vim-commentary 2023-01-10 21:37:02 -08:00
zsh adding emacs alias, removing neovim for now. 2023-02-02 13:42:32 -08:00
.gitignore init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
README.md removing old references 2023-01-14 13:23:37 -08:00

Dotfiles

These are generic dotfiles intended for use across any platform.

Supported Configurations

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

Installation

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

$ git clone https://pretend.work/amd/dotfiles.git $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.