Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kespinola/dotfiles
- Owner: kespinola
- Created: 2016-10-27T16:48:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T19:21:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-29T19:58:21.450Z (over 1 year ago)
- Topics: ansible, dotfiles
- Language: Vim script
- Homepage:
- Size: 80.1 KB
- Stars: 51
- Watchers: 1
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```