Skip to content

ashatch/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

GNU stow managed dotfiles, plus ansible orchestrated installation of a dev environment.

HOWTO

From-scratch installation of the dot files and dependencies for my local machine.

  • Install brew.
  • Checkout the dotfiles repo: git clone https://github.com/ashatch/dotfiles.git ~/.dotfiles
  • brew install ansible

Then:

ansible-galaxy install -r ~/.dotfiles/requirements.yml
ansible-playbook ~/.dotfiles/main.yml --ask-become-pass

Install pure-prompt:

npm install --global pure-prompt

and then

git co <repo> .dotfiles
pushd .dotfiles
stow gitconfig
stow zsh
stow asdf
popd

Also

Note, tags can be supplied to do only part of the playbook:

ansible-playbook main.yml -K --tags "asdf,homebrew"

About

GNU stow managed dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages