No description
Find a file
2025-03-04 22:24:41 -08:00
bash bash updates 2025-03-04 22:24:05 -08:00
emacs/.doom.d emacs updates 2023-07-19 18:02:34 -07:00
email commenting out desktop notifications in goimapnotify 2025-03-04 22:24:41 -08:00
freecad/.config/FreeCAD Adding freecad to dotfiles 2025-03-03 22:28:40 -08:00
git whitespace 2024-09-13 17:16:03 -07:00
gnupg moving gpg-agent to pinentry-kwallet to store gpg keys in kwallet 2024-09-11 16:53:05 -07:00
tmux fixing tmux splits to work with later versions 2024-08-31 15:52:12 -07:00
vim finally adding vim-plug 2024-08-31 15:33:01 -07:00
zsh simplifying zsh... working towards common zsh / bash experience. 2022-12-12 14:00:20 -08:00
.gitignore ignoring gnupg by default 2024-09-11 12:59:02 -07:00
.gitmodules moving to TPM for tmux configuration 2023-03-24 06:57:52 -07: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.