No description
Find a file
2023-02-11 21:41:45 -08:00
bash adding XDG to bashrc, fixes #6 2023-02-11 21:41:45 -08:00
emacs/.doom.d fixing emacs variable font on linux 2023-02-11 08:25:07 -08:00
git fixing pinentry for linux 2023-02-10 21:41:08 -08:00
gnupg fixing pinentry for linux 2023-02-10 21:41:08 -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.