trdarr / dotfiles

Files whose names (somtimes) begin with a dot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Install Ansible and Git.

     brew install ansible git
    
  2. Clone the repo (to, e.g., ~/Development).

     mkdir ~/Development && cd ~/Development
     git clone git@github.com:trdarr/dotfiles.git
    

    or

     mkdir ~/Development && cd ~/Development
     git clone https://github.com/trdarr/dotfiles.git
    
  3. Run the playbook.

     cd ~/Development/dotfiles/ansible
     ansible-playbook playbook.yaml
    

About

Files whose names (somtimes) begin with a dot.

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 89.8%Language:Vim Script 10.2%