Skip to content

yordis/.dotfiles

Repository files navigation

Alchemist Ubi Dotfiles

Configure personal workstation using Ansible.

Requirements

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"

Get Started

Clone the repository into $HOME/.dotfiles directory.

git clone git@github.com:yordis/.dotfiles.git $HOME/.dotfiles

Bootstrap

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

Optional

Install Nix

Install nix:

curl -L https://nixos.org/nix/install | sh -s -- --no-daemon  --darwin-use-unencrypted-nix-store-volume