trpfrog's dotfiles for macOS and Linux.
First, clone this repository to your home directory.
cd ~
git clone https://github.com/trpfrog/dotfiles.git
Run the install script.
~/dotfiles/install.sh
apt update
apt install -y git zsh
chsh -s $(which zsh)
~/dotfiles/install.sh
This script installs the tools and configurations.
This script installs the personal configurations.
This script creates symbolic links to the home directory.
This script installs configurations for macOS.
This repository includes docker-compose file for debugging.
docker compose up -d
docker compose exec dotfiles zsh