My personal dotfiles for Linux and WSL 🚀
This repo contains the configurations to set up my machines. This is using Chezmoi, the dotfile manager to set up the installation.
This automated setup is currently only configured for Fedora, Ubuntu and MacOS
.
export GITHUB_USERNAME=JershBytes
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
Note
Since macOS does not have git or curl installed on a fresh install. I have made a bootstrap script for it.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JershBytes/dotfiles/main/mac_bootstrap.sh)"
can be found here