Configure personal workstation using Ansible.
Install Ansible, visit installation guide for more information.
python3 -m pip install --user ansible
Verify that the Python bin
directory is part of your $PATH
. Use python3 -m pip list -v
to see where pip
is installing the packages, and find the bin
directory and add it
to your path.
Most likely the following command would work:
export PATH="$HOME/Library/Python/3.9/bin:$PATH"
Clone the repository into $HOME/.dotfiles
directory.
git clone git@github.com:yordis/.dotfiles.git $HOME/.dotfiles
First setup installation run the dotfiles-bootstrap
command.
cd $HOME/.dotfiles
./bin/dotfiles-bootstrap
After that you can run any scripts defined in the $DOTFILES_ROOT/bin
dotfiles-bootstrap
Install nix
:
curl -L https://nixos.org/nix/install | sh -s -- --no-daemon --darwin-use-unencrypted-nix-store-volume