2023-07-05 18:02:56 +00:00
|
|
|
# Ansible Role: dotfiles
|
|
|
|
|
|
|
|
This role sets up my dotfiles.
|
|
|
|
|
|
|
|
Tested on:
|
|
|
|
|
|
|
|
* Archlinux
|
|
|
|
* Debian 10, 11, 12
|
|
|
|
* Ubuntu 20.04, 22.04
|
|
|
|
* !RedHat 7.9
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
None.
|
|
|
|
|
|
|
|
## Example Playbook
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
- hosts: all
|
|
|
|
become: true
|
|
|
|
roles:
|
|
|
|
- bleetube.dotfiles
|
|
|
|
```
|
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
* [GNU Readline Init File Syntax](http://www.gnu.org/software/bash/manual/html_node/Readline-Init-File-Syntax.html)
|
2023-07-05 19:06:57 +00:00
|
|
|
|
|
|
|
## Troubleshooting
|
|
|
|
|
|
|
|
* current vim runtime path with `:set runtimepath?`
|
|
|
|
* Check vim `:version`
|