Run the following commands in a shell:
export PATH=$PATH:$HOME/.local/bin
sudo apt-get install python3 python3-pip
-
Install homely:
pip3 install --user homely
-
Clone this repo locally:
git clone git+https://github.com/phodge/dotfiles.git ~/dotfiles
-
Use homely to make changes locally:
homely add ~/dotfiles
You may find that you can copy some functions decorated with @section
and
they will work in your own HOMELY.py
scripts.