My dotfiles
Go to file
2022-09-01 17:28:57 +02:00
dotdrop@ebd31e41aa update dotdrop 2022-07-15 12:21:07 +02:00
dotfiles load pyenv virtualenv plugin 2022-09-01 17:28:57 +02:00
graphics Add personalized tuwat design; replace backgroud and screensaver with personal design. 2018-01-01 01:52:10 +01:00
sources/34c3_tuwat_design add line brake in design guide/sources README 2017-12-30 13:15:12 +01:00
.env.public consolidate and templeate my to files 2021-09-11 23:45:56 +02:00
.gitmodules Move the design guide/sources from 'sources/twt' to 'sources/34c3_tuwat_design'; Add a README for the design guide/sources. 2017-12-30 13:13:09 +01:00
config.yaml Add zsh-completions and dotdrop helper script 2022-09-01 14:58:59 +02:00
dotdrop.sh Initial dotfiles 2017-12-30 12:31:57 +01:00
LICENSE Initial commit 2017-12-25 18:01:21 +01:00
README.md update install instructions 2022-07-15 12:37:47 +02:00
update_dotdrop.sh Initial dotfiles 2017-12-30 12:31:57 +01:00

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 \
&& cd ~/.files \
&& git submodule update --init \
&& cd .. \
&& pip 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.