https://github.com/ryuheechul/dotfiles-launchpad
launchpad for my dotfiles
https://github.com/ryuheechul/dotfiles-launchpad
Last synced: 4 months ago
JSON representation
launchpad for my dotfiles
- Host: GitHub
- URL: https://github.com/ryuheechul/dotfiles-launchpad
- Owner: ryuheechul
- Created: 2021-03-10T20:46:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T00:40:01.000Z (over 5 years ago)
- Last Synced: 2025-06-17T22:11:25.474Z (about 1 year ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles launchpad
This repository is to:
- demonstrate examples of bootstrapping of [dotfiles](https://github.com/ryuheechul/dotfiles)
- test its usability
- package it into a useful form (like a docker image)
## with Docker
### Build
`$ make build`
### Test and play around
`$ make dev`
## with Vagrant
### Test
```
$ vagrant up
$ vagrant ssh
$ zsh
# and enjoy all the packages and configuration that's prepared by `dotfiles`
# such as tmux, nvim with spacevim, lf
```
### Clean up
`$ vagrant destroy`