Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ginolatorilla/dotfiles
My dotfiles, powered by Ansible
https://github.com/ginolatorilla/dotfiles
ansible ansible-playbook bash dotfiles fish linux
Last synced: 19 days ago
JSON representation
My dotfiles, powered by Ansible
- Host: GitHub
- URL: https://github.com/ginolatorilla/dotfiles
- Owner: ginolatorilla
- License: mit
- Created: 2018-09-29T03:02:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T15:10:37.000Z (23 days ago)
- Last Synced: 2025-01-08T16:38:10.614Z (23 days ago)
- Topics: ansible, ansible-playbook, bash, dotfiles, fish, linux
- Language: Shell
- Homepage:
- Size: 233 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).