https://github.com/clhynfield/dotfiles
Clayton Hynfield's dotfiles
https://github.com/clhynfield/dotfiles
configuration-management dotfiles shell
Last synced: 3 months ago
JSON representation
Clayton Hynfield's dotfiles
- Host: GitHub
- URL: https://github.com/clhynfield/dotfiles
- Owner: clhynfield
- Created: 2013-04-04T03:47:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2026-02-19T14:39:53.000Z (4 months ago)
- Last Synced: 2026-02-19T17:58:39.945Z (4 months ago)
- Topics: configuration-management, dotfiles, shell
- Language: Shell
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clayton Hynfield's dotfiles
## TODO
- [ ] Add GNU Stow
- [ ] Add Git signing
placeholder
```shell
workspace_path="$HOME/workspace"
mkdir -p "$workspace_path"
git clone --recursive https://github.com/clhynfield/dotfiles.git "$workspace_path"
ln -sf "$workspace_path/dotfiles/.bashrc"
ln -sf "$workspace_path/dotfiles/.zshrc"
ln -sf "$workspace_path/dotfiles/.tmux.conf"
ln -sf "$workspace_path/dotfiles/.tmux"
ln -sf "$workspace_path/dotfiles/.vim"
"~/.tmux/plugins/tpm/bin/install_plugins"
vim -c PlugInstall -c quitall
```
## Appearance
https://github.com/blinksh/themes/blob/master/themes/Tomorrow%20Night.js
echo "$(git config --get user.email) namespaces=\"git\" $(ssh-add -L)" >> ~/.ssh/allowed_signers