1
0
Fork 0
env/.github/README.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

2018-04-01 21:22:32 +08:00
2021-09-24 14:29:58 +08:00
# env [![publish docker images](https://github.com/serverwentdown/env/actions/workflows/docker-publish.yml/badge.svg?event=push)](https://github.com/serverwentdown/env/actions/workflows/docker-publish.yml)
2018-04-01 21:22:32 +08:00
2018-04-02 23:13:44 +08:00
Just storing dotfiles in a repository isn't enough. This is almost all the tools I use, put into a Docker image that I can run anywhere
2018-04-01 21:31:06 +08:00
2020-11-04 03:52:28 +08:00
## Screenshots
2018-12-01 17:02:59 +08:00
2021-09-24 14:42:44 +08:00
<img src="../.local/screenshots/iterm1.png" width="200"><img src="../.local/screenshots/iterm1-light.png" width="200"><img src="../.local/screenshots/iterm2.png" width="200"><img src="../.local/screenshots/iterm3.png" width="200"><img src="../.local/screenshots/iterm3-light.png" width="200">
2018-12-01 17:02:59 +08:00
2018-04-01 21:31:06 +08:00
## Usage
2019-01-15 22:58:30 +08:00
### Docker
2018-04-01 21:36:34 +08:00
```sh
2019-01-15 22:58:30 +08:00
export PATH="$HOME/.local/bin:$PATH"
curl -fLo ~/.local/bin/contain https://raw.githubusercontent.com/serverwentdown/env/master/.local/bin/contain
chmod +x ~/.local/bin/contain
contain -h
2018-04-01 21:36:34 +08:00
```
2018-04-02 13:03:45 +08:00
### macOS, Fedora, Alpine, Ubuntu, Debian
2020-11-08 02:21:22 +08:00
[Install yadm](https://yadm.io/docs/install), and then clone.
2020-11-04 03:52:28 +08:00
```sh
# Install yadm (macOS)
brew install yadm
# Install yadm (dirty method)
2021-04-14 14:28:31 +08:00
sudo curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
sudo chmod +x /usr/local/bin/yadm
# Clone
2019-01-15 22:58:30 +08:00
yadm clone git@github.com:serverwentdown/env.git
```
2019-01-15 23:57:09 +08:00
## Optional
2018-04-02 13:03:45 +08:00
2018-04-02 15:11:01 +08:00
```sh
2019-01-15 23:57:09 +08:00
git clone git@makerforce.io:ambrose/pass.git ~/.password-store
2018-04-02 13:03:45 +08:00
```