This repo provides Ansible playbooks and config files to automate setup, dotfile management, and software installation on my ThinkPad laptops or VMs.
- Installs and updates preferred apps, dotfiles (
.bashrc,.vimrc, Waybar themes), and configs across all devices. - Supports Arch & Fedora Linux.
- Self-updating via cron and ansible-pull.
- Custom shell configs: aliases, SSH/tmux automation, fastfetch, etc.
.vimrcwith improved defaults, search, and usability.- Waybar themes (
style.css, needsotf-font-awesome). - More in
files/.
Arch Linux:
sudo pacman -S ansible git && sudo ansible-pull -U https://github.com/Cyfraka/ansible-ThinkPad.gitFedora Linux:
sudo dnf install ansible git && sudo ansible-pull -U https://github.com/Cyfraka/ansible-ThinkPad.git- Work in progress—expect updates.
- Fork and customize as needed.
Personal use; see file headers for details.
Maintained by Cyfraka