Here you can find most configuration files for my Linux environment.
- Fedora - Scripts to setup my configuration on a fresh install of Fedora.
- Dots – Configuration, scripts and aliases that are part of my environment.
The folders below are no longer in use, but I'm keeping them around for future reference.
- Ubuntu – Auto-install configuration and scripts to configure a fresh install of ubuntu.
- Arch – Scripts to install and configure Arch.
make config- Runs the Fedora configuration script, runs the other targets below depending on the choices made in the dialog.make links– Create symlinks for all configs. Where possible links are created from a directory rather than a file (eg. ~/.config/i3 instead of ~/.config/i3/config). This command will overwrite existing configs.make load-gnome-settings– Load gnome configuration from the gnome directory.make save-gnome-settings– Save current gnome configuration into the gnome directory.make zsh-setup- Install zsh extensions.make vscode-setup– Install all vscode extensions listed in extensions.listmake vim-setup– Install nvim extensions listed in init.vimmake– All of the above.