issues
search
chopfitzroy
/
dotfiles-experiment
Dotfiles 🔮
2
stars
2
forks
source link
Automate the things
#2
Closed
chopfitzroy
closed
2 years ago
chopfitzroy
commented
2 years ago
Goals
Automate WSL setup with Ansible
Automate Mac setup (including GUI apps) with Ansible
Automate language install (
node
,
rust
,
go
) with Ansible including LSP for Helix
Remove
mr
for managing dotfiles
Use openSUSE Tumbleweed in an effort to keep both binaries on systems at the same version.
Tag Sheldon repos to confirm correct completions
Update
README
to explain why openSUSE for WSL.
Update
README
to include Ansible instructions
Update
README
to include instructions for using branches without Ansible
Update
README
to include section explaining why
vcsh
over something like
stow
also talk about
yadm
and
dotbot
Install
gitui
with Ansible
Install
Markdown LSP
with Ansible
References
https://github.com/sloria/dotfiles
https://blog.palcu.net/2014/06/dotfiles-and-dev-tools-provisioned-by.html
https://www.atlassian.com/git/tutorials/dotfiles
https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/
https://github.com/ThePrimeagen/ansible
https://github.com/webpro/awesome-dotfiles
https://manpages.ubuntu.com/manpages/jammy/en/man5/manpath.5.html
https://www.freedesktop.org/software/systemd/man/file-hierarchy.html
https://en.opensuse.org/openSUSE:WSL
https://docs.ansible.com/ansible/latest/collections/community/general/zypper_module.html
Goals
node
,rust
,go
) with Ansible including LSP for Helixmr
for managing dotfilesREADME
to explain why openSUSE for WSL.README
to include Ansible instructionsREADME
to include instructions for using branches without AnsibleREADME
to include section explaining whyvcsh
over something likestow
also talk aboutyadm
anddotbot
gitui
with AnsibleReferences