This repository contains my configuration files that I want to share between my machines.
I am staring with GNU Stow, the long term plan is to switch to Home Manager at some point
Start with installing everything in the Brewfile
After stowing the Brew folder
brew bundle installLooks for ~/Brewfile and installs its contents
Create folders for the different configurations that you want and run:
$ stow "folder"For instance if you want to add the configuration for .zshrc:
$ stow zshInstall oh-my-zsh https://ohmyz.sh/#install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"brew install powerlevel10k
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrcInstall theme for Yazi
ya pack -a BennyOe/tokyo-night