No description
Find a file
2019-09-23 11:30:15 -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 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 adding imap-fetch-mail bind to G 2019-09-23 11:30:15 -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 updating tmux style to match new syntax 2019-08-22 20:30:13 -04:00
vim tell nvim to use the same vimrc as vim, add incremental display of search and replace when inside nvim 2019-09-19 16:07:55 -04:00
zsh make nvim default 2019-09-19 16:16:56 -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.