Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phelipetls/dotfiles

My configuration files for Linux, macOS and WSL
https://github.com/phelipetls/dotfiles

ansible bash dotfiles fedora linux macos mutt neovim suckless ubuntu vagrant wsl zsh

Last synced: about 1 month ago
JSON representation

My configuration files for Linux, macOS and WSL

Awesome Lists containing this project

README

        

My configuration files for Linux and macOS.

# Install git

| Ubuntu | Fedora | macOS |
| ------ | ------ | ----- |
| `sudo apt install -y git` | `sudo dnf install -y git` | `xcode-select --install` |

# Clone the repository

```sh
git clone [email protected]:phelipetls/dotfiles.git
cd dotfiles
```

# Install Ansible

```sh
./install
```

# Run playbook

```sh
# Bootstrap development environntment in Linux, WSL and macOS
ansible-playbook bootstrap.yml
```