An open API service indexing awesome lists of open source software.

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

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