mirror of
https://github.com/shokinn/.files.git
synced 2025-11-03 20:18:10 +00:00
My dotfiles
|
|
||
|---|---|---|
| dotdrop@2c7ac514e0 | ||
| dotfiles | ||
| graphics | ||
| sources/34c3_tuwat_design | ||
| .env.public | ||
| .gitmodules | ||
| config.yaml | ||
| dotdrop.sh | ||
| LICENSE | ||
| README.md | ||
| update_dotdrop.sh | ||
ShokiNNs dotfiles
I manage my dotfiles using dotdrop.
How to install
- Install Homebrew
- Install
coreutilsvia Homebrew. - Install pyenv
- Install the latest python version via pyenv
- Configure the latest python version as system (global) default
- 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.