mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
|
||
---|---|---|
dotdrop@58745e92d4 | ||
dotfiles | ||
graphics | ||
sources/34c3_tuwat_design | ||
.env.public | ||
.gitignore | ||
.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
coreutils
via Homebrew. - 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 calelddotdrop
viapyenv virtualenv <just installed python verison> dotdrop
- Initialize pyenv; run
pyenv init
for instructions - Activate the
dotdrop
virtualenv by usingpyenv shell dotdrop
- 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.