Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginolatorilla/dotfiles
https://github.com/ginolatorilla/dotfiles
bash dotfiles fish linux
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/ginolatorilla/dotfiles
- Owner: ginolatorilla
- License: mit
- Created: 2018-09-29T03:02:47.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T15:48:57.000Z (4 months ago)
- Last Synced: 2024-07-12T18:03:37.710Z (4 months ago)
- Topics: bash, dotfiles, fish, linux
- Language: Shell
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gino Latorilla's dotfiles with Ansible
## Requirements
- Python 3
## Quickstart
1. Clone this repo.
2. `cd dotfiles`.
3. `./bootstrap.sh`
4. `./pkg-install.sh`
5. `./install.sh`## Normal operations
Run `./install.sh` for syncing dotfiles.
Run `./dry-run.sh` to check if `./install.sh` will override anything.
Run `./pkg-install.sh` to ensure tools are installed.
Inspired by: [cowboy/dotfiles](https://github.com/cowboy/dotfiles).