No description
Find a file
2023-07-19 18:02:51 -07:00
bash Adding wakeonlan commands to wake other local host 2023-06-06 12:08:21 -07:00
emacs/.doom.d emacs updates 2023-07-19 18:02:34 -07:00
git moving to ssh commit signing 2023-04-10 22:11:21 -07:00
gnupg some fixes for some transient issues with gpg signing of git commits, untested on macos 2020-03-09 10:16:47 -04: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 adding mouse suppor to tmux. 2023-04-10 22:14:01 -07:00
vim vim updates 2023-07-19 18:02:02 -07:00
zsh simplifying zsh... working towards common zsh / bash experience. 2022-12-12 14:00:20 -08:00
.gitignore vim updates 2023-07-19 18:02: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.