Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kespinola/dotfiles

Dotfiles configured using Ansible
https://github.com/kespinola/dotfiles

ansible dotfiles

Last synced: about 1 month ago
JSON representation

Dotfiles configured using Ansible

Awesome Lists containing this project

README

        

# My dotfiles

Configure linux workstation using Ansible.

### Languages

Languages are managed with [asdf](https://asdf-vm.com/#/).

- Ruby
- Golang
- Nodejs
- Python
- Elixir
- Terraform

### System

- fzf
- git
- tmux
- vim
- zsh

### Services

- redis

### Packages

- snap
- apt

## Bootstrap

Firt setup installation run the dot-bootstrap command.

```
$ ./bin/dot-bootstrap
```

After that you can run any scripts defined in the `$DOTFILES_PATH/bin`

```
$ dot-bootstrap
```