Skip to content

trpfrog/dotfiles

Repository files navigation

trpfrog/dotfiles

trpfrog's dotfiles for macOS and Linux.

📦 Installation

First, clone this repository to your home directory.

cd ~
git clone https://github.com/trpfrog/dotfiles.git

🍎 macOS

Run the install script.

~/dotfiles/install.sh

🐧 Linux

apt update
apt install -y git zsh
chsh -s $(which zsh)
~/dotfiles/install.sh

🐸 Scripts

install.sh

This script installs the tools and configurations.

install.personal.sh

This script installs the personal configurations.

bin/deploy.sh

This script creates symbolic links to the home directory.

bin/macos.sh

This script installs configurations for macOS.

🛠️ Debug

This repository includes docker-compose file for debugging.

docker compose up -d
docker compose exec dotfiles zsh

About

trpfrog's dotfiles for macOS and Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published