No description
Find a file
2020-06-23 08:48:32 -04:00
bash make nvim default 2019-09-19 16:16:56 -04:00
conky init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
git macos gpg fix 2020-06-23 08:48:32 -04: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
i3 init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -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 Fixing pgp encrypt for mutt on debian, not tested for macos or other distributions 2020-03-09 10:16:16 -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 major vim changes to plugins and leader change 2020-06-22 08:29:18 -04:00
zsh Adding moving a space around in the prompt for git repos 2020-06-23 07:32:51 -04:00
.gitignore init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
README.md adding info to readme about pw.sh requirements 2019-05-02 19:59:30 -04: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 ssh://git@gitlab.com/amdavidson/dotfiles.git $HOME/.dotfiles
$ cd $HOME/.dotfiles
$ ./update.sh
$ 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.