Skip to content

calebdw/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

dotfiles

๐Ÿก is where the ๐Ÿ’š is.

Installation

To install simply execute make, to uninstall make clean.

Ansible

Ansible Installation

Ansible first needs to be installed through pip

sudo apt update
sudo apt install python3-pip
sudo pip3 install ansible   # globally
pip3 install --user ansible # locally
# upgrade
sudo pip3 install --upgrade ansible   # globally
pip3 install --upgrade --user ansible # locally

Note

Ansible binaries are installed in ~/.local/bin which needs to be in your PATH.

To play the Ansible playbook, execute make ansible.