My dotfiles
Go to file
Philip Henning 4438299f33 Add script to enable forwarding
on Windows network interfaces to get access to Hyper-V VMs
2022-09-26 11:14:23 +02:00
dotdrop@ebd31e41aa update dotdrop 2022-07-15 12:21:07 +02:00
dotfiles Add script to enable forwarding 2022-09-26 11:14:23 +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 script to enable forwarding 2022-09-26 11:14:23 +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.