.files/README.md
Philip Henning c377eb276a consolidate and templeate my to files
in order to stop maintainung different files for each operationg system
2021-09-11 23:45:56 +02:00

857 B

ShokiNNs dotfiles

I manage my dotfiles using dotdrop.

How to install

  1. Install Homebrew
  2. Install coreutils via Homebrew.
  3. Install pyenv
  4. Install the latest python version via pyenv
  5. Configure the latest python version as system (global) default
  6. Clone dotfiles, install dependencies for dotdrop and install dotfiles.
git clone https://github.com/shokinn/.files ~/.files \
&& pip3 install --user -r ~/.files/dotdrop/requirements.txt \
&& eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh install

Documentation

Maybe you should take a look to my documentation to understand how I use my dotfiles. My documentation is currently quite outdated and should not be considered for help.