Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbin99/dotfiles
Custom configuration files for Linux-based (Debian / Ubuntu) development environment using Ansible.
https://github.com/mrbin99/dotfiles
Last synced: about 1 month ago
JSON representation
Custom configuration files for Linux-based (Debian / Ubuntu) development environment using Ansible.
- Host: GitHub
- URL: https://github.com/mrbin99/dotfiles
- Owner: MrBin99
- License: mit
- Created: 2024-01-24T19:46:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T16:03:13.000Z (6 months ago)
- Last Synced: 2024-05-12T17:22:27.402Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## Requirements
1. Ensure `Python` and `pip` are installed on the machine.
2. Install [Ansible](https://docs.ansible.com/) as global package :```sh
sudo pip install ansible
```## Install
Run installation using this command :
```
bash install.sh
```## Uninstall
Uninstall using this command :
```
bash uninstall.sh
```