Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github:fmind/devfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric Hurier (fmind) committed Oct 3, 2019
2 parents 38d9904 + 8660b0f commit 3fa4eed
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
37 changes: 33 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,43 @@
# devfiles

Dotfiles of my favorite programming languages.

# Requirements
## Requirements

- git
- ansible
- python3-pip

# Installation
## Installation

```bash
ansible-playbook --ask-become site.yml
```

## Ansible Roles

- clang
- clojure
- cuda
- docker
- elixir
- emacs
- gcloud
- golang
- graphviz
- groovy
- haskell
- hylang
- idea
- java
- julia
- latex
- mongodb
- nimlang
- plantuml
- python
- racket
- redis
- rlang
- science
- sphinx
- typescript
- vscode
16 changes: 0 additions & 16 deletions roles/manim/tasks/main.yml

This file was deleted.

2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- {role: nimlang, tags: ['nimlang', 'lang']}
- {role: python, tags: ['python', 'lang']}
- {role: science, tags: ['science', 'lang']}
# # }}}
# }}}
# services {{{
- {role: cuda, tags: ['cuda', 'serv']}
- {role: docker, tags: ['docker', 'serv']}
Expand Down

0 comments on commit 3fa4eed

Please sign in to comment.