Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 892 Bytes

File metadata and controls

57 lines (37 loc) · 892 Bytes

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