git clone https://github.com/stvstnfrd/dotfiles.git ${HOME}/.config/dotfiles
cd ${HOME}/.config/dotfiles
make docker.{build,bash}
git clone https://github.com/stvstnfrd/dotfiles.git ${HOME}/.config/dotfiles
cd ${HOME}/.config/dotfiles
# make help
make install
# TODO: update this?
curl https://raw.githubusercontent.com/stvstnfrd/dotfiles/master/.requirements/bootstrap.sh | sh
- Debian, minimal
- The
Dockerfile
targets Debian minimal, to test general Debian-based flows.
- The
- Ubuntu/Xubuntu
- I run a mix of Ubuntu and Xubuntu machines.
- OSX
- The initial structure of this repo was actually laid out while I was doing OSX-based development, so it should still be generally compatible. That said, I haven't run OSX since early 2020, so...
- macos
- apt
- brew
- nix
- nix-install...
- JavaScript
- nvm
- Python
- virtualenv
- pip
- virtualenv
- git
- diff-so-fancy
- git-hub
- vim
- plugins
- vim-*
- plugins
- screen
- cd
- grep
- less
-
curl
-
neofetch
-
pass
-
keyboard
-
mnemnoic
-
vagrant
This works as expected:
gpg --list-secret-keys
but this does not:
gpg --decrypt ...
pass -c something/inside/password/store
You may need to restart the GPG Agent [1]:
pkill gpg-agent
bash: __vte_prompt_command: command not found