Commit graph

20 commits

Author SHA1 Message Date
89fcc479db Ansible: set exec bit on facts/xorg.fact 2025-02-20 13:38:20 -08:00
6bf81515f6 Ansible: Write some system-wide defaults for macOS 2025-02-20 08:25:09 -08:00
687083bf31 Ansible: Add X.org configuration
- Detect if X.org is installed with a small fact script
- Symlink Xdefaults file if X.org is installed
2025-02-19 13:08:20 -08:00
29fdc610bb Ansible: download vim-plug from GitHub
Use get_url to download vim-plug/plug.vim from GitHub.
Create a new eryn_vim_plug_tag variable to control which tag to download.
2025-02-18 13:27:14 -08:00
2db42121c9 Ansible: Use the fully qualified name of the import_tasks module in main.yml for the eryn role 2025-02-12 07:52:33 -08:00
7c8d97c25e Ansible: Install vim and neovide before setting up vim 2025-02-12 07:51:51 -08:00
73ca945487 Ansible: Add homebrew, system log, and main tasks for macOS to the eryn role 2025-02-12 07:51:29 -08:00
47a797d6e3 Ansible: Ignore symlink errors in check mode 2025-01-31 22:38:15 -08:00
b8aac0793e Ansible: add tasks for setting up git, nethack, and tmux configs 2025-01-31 22:37:52 -08:00
9005e00e4e Ansible: Create XDG home directories based on xdg facts 2025-01-31 16:40:50 -08:00
cc42c50438 Ansible: Remove unnecessary _zsh_dir variable from zsh.yml 2025-01-31 16:36:55 -08:00
0839618327 Ansible: Symlink dotfile tasks
Add a new tasks file for symlinking a directory. Doing it this way instead of
stat'ing the file and forking based on its type in symlink_dotfile.yml is more
efficient, I think?

Clean up file permissions: remove other permissions.

Add a variable to toggle skipping symlink errors.
2025-01-31 16:34:42 -08:00
d022b579d2 Ansible: Add tasks for setting up neovim and vim 2025-01-31 16:34:20 -08:00
baed6171dc Ansible: Add XDG facts to the ansible environment 2025-01-31 16:28:36 -08:00
72896c3feb Ansible: another take a using Ansible to set up dotfiles 2025-01-31 16:27:22 -08:00
7d1f5bf0cd Remove Ansible directory 2024-11-08 08:25:01 -08:00
7d26910371 [ansible] Add a barebones Makefile to set up a local Ansible environment 2024-08-21 16:05:57 -07:00
dffade6d28 [mutt] Add urlview to mail configuration 2018-04-26 07:24:37 -07:00
97d658548a [ansible] Slowly converting setup.sh to ansible scripts... Dunno if that's a good idea but 2018-04-15 19:15:23 -07:00
7a69b98387 [ansible] Add mail playbook for setting up mutt 2018-04-14 09:40:23 -07:00