My configuration files for bash, nvim, tmux and so forth.
The intention is to be able to run a series of stow commands to get my dotfiles up and running quickly after cloning the repo on a Mac or Ubuntu (WSL) system.
If the dotfiles are cloned to ~/Repos/github.com/JanElholm/dotfiles, by running
git clone https://github.com/JanElholm/dotfiles.gitI should be able to run the following type of stow commands:
stow -d ~/Repos/github.com/JanElholm/dotfiles -t ~/ bash
stow -d ~/Repos/github.com/JanElholm/dotfiles -t ~/ nvim
stow -d ~/Repos/github.com/JanElholm/dotfiles -t ~/ alacrittyRunning the commands will create symlinks in the home directory to the files in the dotfiles repo.
Go to this site: github.com/rwxrob/pomo
Type
go install github.com/rwxrob/pomo/cmd/pomo@latestThis will install the pomo command in /Users/janelholm/go/bin/pomo
Add this folder to your PATH in your $PROFILE file which is also in the repo under powershell folder