my dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alpha Chen d675f04e85
bump treesitter
1 year ago
.bundle [ruby] update bundle config for gem linter 2 years ago
.cargo cargo config.toml 2 years ago
.config treesitter-context 1 year ago
.git_templates update git ctags PATH 2 years ago
.hammerspoon Revert "mash-t for terminal" 2 years ago
.local/share/nvim/site/pack/alpha/start bump treesitter 1 year ago
.ssh colima -> .ssh 2 years ago
.vim update submodules 2 years ago
.zprezto@2480144b4f fzf-git.sh 1 year ago
.zsh/modules/docker-completion [zsh] use a module for docker completion 5 years ago
bin alfredworkflow.clean 1 year ago
macos nushell 1 year ago
meta update homebrew playbook 1 year ago
nvim nvim symlinks 2 years ago
scripts [scripts] rm 2 years ago
src fzf-git.sh 1 year ago
vscode [vscode] add settings 4 years ago
.digrc [dig] simpler output 3 years ago
.gemrc [meta] Stop using stow 10 years ago
.gitattributes strip dates from Dash prefs 2 years ago
.gitconfig git aliases 2 years ago
.gitignore gitignore improvements 1 year ago
.gitmodules treesitter-context 1 year ago
.inputrc [bash] tab-complete symlinked dirs with a slash 5 years ago
.irbrc .irbrc Ruby deprecation 1 year ago
.pryrc update pryrc for 3.2 2 years ago
.ruby-version mu 2 years ago
.tmux.conf add top border to tmux panes 2 years ago
.vimrc [vim] tweak paramount colors 2 years ago
LICENSE Initial commit 10 years ago
README.md [meta] rename ansible dir to meta 3 years ago
Rakefile mu 2 years ago
renovate.json Add renovate.json 2 years ago
safari.css [safari] add user stylesheet 8 years ago

README.md

Dotfiles

This repo contains both my dotfiles as well as Ansible playbooks to provision new machines.

Use at your own risk.

See ansible/README.md for installation instructions.

Remote provisioning

On the control machine:

brew install ansible
git clone --recursive git@github.com:kejadlen/dotfiles
cd dotfiles/meta

echo HOST > hosts.private

ansible-playbook bootstrap.yml --ask-pass --ask-become-pass
ansible-playbook main.yml --ask-become-pass

TODO

See issues.