My dotfiles
Find a file
2024-11-29 11:19:50 +01:00
dotfiles relocate files from .bin to .local/bin; remove dotdrop submodule; Update Installation process; remove pip, pylint and pyenv oh-my-zsh plugins; Update LICENSE; 2024-11-29 11:19:50 +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
config.yaml relocate files from .bin to .local/bin; remove dotdrop submodule; Update Installation process; remove pip, pylint and pyenv oh-my-zsh plugins; Update LICENSE; 2024-11-29 11:19:50 +01:00
LICENSE relocate files from .bin to .local/bin; remove dotdrop submodule; Update Installation process; remove pip, pylint and pyenv oh-my-zsh plugins; Update LICENSE; 2024-11-29 11:19:50 +01:00
README.md relocate files from .bin to .local/bin; remove dotdrop submodule; Update Installation process; remove pip, pylint and pyenv oh-my-zsh plugins; Update LICENSE; 2024-11-29 11:19:50 +01:00

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

  1. Install Homebrew
  2. Install coreutils, libmagic and uv via Homebrew.
  3. Install drotdrop via uv (uv tool install --allow-python-downloads --python 3.11 dotdrop).
  4. 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.