My dotfiles
Go to file
2024-03-12 19:41:58 +01:00
dotdrop@58745e92d4 update dotdrop 2023-09-25 14:31:58 +02:00
dotfiles add fix for nix 2024-03-12 19:41:58 +01: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
.gitignore Ignore vscode settings 2023-05-30 13:57:39 +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 diskutil cli completions 2024-01-18 21:22:48 +01: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 Add configuration for susanoo 2024-01-10 19:11:43 +01: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 a. Install pyenv-virtualenv b. Add pyenv temporarly to your path: export PATH=$(pyenv root)/shims:${PATH} c. Install the latest python version via pyenv d. Create a new virtual-env caleld dotdrop via pyenv virtualenv <just installed python verison> dotdrop
  4. Initialize pyenv; run pyenv init for instructions
  5. Activate the dotdrop virtualenv by using pyenv shell dotdrop
  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 -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.