mirror of
https://github.com/shokinn/.files.git
synced 2025-11-03 20:18:10 +00:00
My dotfiles
| dotfiles | ||
| graphics | ||
| sources/34c3_tuwat_design | ||
| .env.public | ||
| .gitignore | ||
| config.yaml | ||
| LICENSE | ||
| README.md | ||
ShokiNNs dotfiles
I manage my dotfiles using dotdrop.
How to install
Script
[[ ! $(command -v brew) ]] && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" \
; brew update \
&& brew install coreutils libmagic uv \
&& uv tool install --allow-python-downloads --python 3.11 dotdrop \
&& git clone https://github.com/shokinn/.files ~/.files \
&& ~/.local/bin/dotdrop --cfg=~/.files/config.yaml install
Manual
- Install Homebrew
- Install
coreutils,libmagicanduvvia Homebrew. - Install
drotdropviauv(uv tool install --allow-python-downloads --python 3.11 dotdrop). - Clone dotfiles, install dependencies for dotdrop and install dotfiles.
git clone https://github.com/shokinn/.files ~/.files \
&& ~/.local/bin/dotdrop --cfg=~/.files/config.yaml 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.