No description
Find a file
2019-05-01 21:42:46 -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 init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -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 init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
zsh init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
.gitignore init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -04:00
README.md init of new dotfiles repository with no secrets 2019-05-01 21:21:48 -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 {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.