Install git from your systems package manager
brew install gitdnf install gitCopy the following command and run it inside a bash terminal.
git clone https://github.com/osteensco/.dotfiles.git && cd .dotfiles && bash ./cli/setup.sh- Podman is being installed on linux distros instead of docker. Install docker manually if necessary.
Ensure tmux plugins get installed -
While tmux is active, press [tmux prefix] (ctrl+e) + I (capital i)
Ensure user is owner for local cache dir
sudo chown -R $(whoami):$(whoami) ~/.local