mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
consolidate and templeate my to files
in order to stop maintainung different files for each operationg system
This commit is contained in:
parent
7a1e8fda4b
commit
c377eb276a
40 changed files with 246 additions and 454 deletions
15
README.md
15
README.md
|
@ -4,12 +4,19 @@ I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop).
|
|||
|
||||
## How to install
|
||||
|
||||
1. Install [Homebrew](https://brew.sh/)
|
||||
2. Install `coreutils` via Homebrew.
|
||||
3. Install [pyenv](https://github.com/pyenv/pyenv)
|
||||
4. Install the latest python version via pyenv
|
||||
5. Configure the latest python version as system (global) default
|
||||
6. Clone dotfiles, install dependencies for dotdrop and install dotfiles.
|
||||
```shell
|
||||
# git clone https://github.com/shokinn/.files ~/.files
|
||||
# eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh
|
||||
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](https://docs.pphg.tech/) to understand how I use my dotfiles.
|
||||
|
||||
~~Maybe you should [take a look to my documentation](https://docs.pphg.tech/) to understand how I use my dotfiles.~~
|
||||
My documentation is currently quite outdated and should not be considered for help.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue