This is my 🦍🍌 Linux 🐧 setup ♻️ repository.
It contains my dotfiles, as well as a few scripts to set up my system the way I love it ❤️.
Various software will be installed from the package manager, see setup.sh for more details.
Various dotfiles will be symlinked:
- See configurations/ and
- shazam.yml (
.configurations
) for more details.
Note
shazam.sh is used to symlink the dotfiles.
# Ensure directory exists
mkdir -p ~/projects/personal
# Clone the repository
git clone git@github.com:gorillamoe/dotfiles.git ~/projects/personal/dotfiles
# Change directory and run shazam
cd ~/projects/personal/dotfiles && shazam