A collection of tools, configuration files, notes, and scripts.
Used to manage development environment(s) and tools across machines, operating systems, containers, and virtual machines.
During active development I run the ansible
playbook either locally or in a container to configure my development environment.
Note
Probably don't run the install script, it does things.
CTRL+ff
- fuzzy search for filesgaa
- add all files to gitga
- add files to git interactively withfzf
gbb
- interactive branch selection withfzf
gcmsg <message>
- commit with a messagegcm
- checkout main branchgcp
- interactive cherry-pick withfzf
gd
- interactive git diff withfzf
gdoof
- add all and amend with no messagegll
- count lines in staged git diffglo
- interactive git log withfzf
goops
- reset last commit softgss
- interactive stash selection withfzf
gup
- pull with rebasenett
- show open ports
bat
- A modern replacement forcat
eza
- A modern replacement forls
fzf
- A fuzzy finder for the command line
The playbook.yml
file is the main entry point for the ansible
configuration.
base
- Determines the operating system and package manager.
- Install packages (apt-get on debian/ubuntu) (brew on darwin/macos).
zsh
:
- Install and configure of
zsh
andoh-my-zsh
, plugins, and utilities. - Install and configure
powerlevel10k
for prompt styling.
fzf
:
- Install
fzf
from git repository.
dotfiles
:
- Symlink shell configuration files in
config_files/
to$HOME
.
Important
The .zshrc
configuration defines a keybinding override to use ^ff
instead of ^t
to trigger fzf
from the command line.