No description
Find a file
2019-06-01 10:47:13 -04:00
bash init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
conky init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
git Adding gpg signing to gitconfig 2019-05-21 22:44:09 -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 init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
offlineimap init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
scripts/bin adding dir for helperscripts like pw.sh 2019-05-01 21:42:46 -04:00
tmux init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
vim fixing typo in the last vimrc update 2019-05-22 23:09:46 -04:00
zsh adding hostname to zsh prompt 2019-06-01 10:47:13 -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.