Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```