trpfrog's dotfiles for macOS and Linux.
First, clone this repository to your home directory.
cd ~
git clone https://github.com/trpfrog/dotfiles.gitRun the install script.
~/dotfiles/install.shapt update
apt install -y git zsh
chsh -s $(which zsh)
~/dotfiles/install.shThis 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