Skip to content

tnahs/dotfiles

Repository files navigation

dotfiles

Install Homebrew

Check https://brew.sh/ for latest command.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

During installation, Homebrew should ask to install Command Line Tools. If not, run:

xcode-select --install

Clone Repository

git clone https://github.com/tnahs/dotfiles ~/.dotfiles

Setup Home

~/.dotfiles/scripts/setup-home.sh

Install Brewfile

Install Rosetta. Some older applications will fail to install without Rosetta.

sudo softwareupdate --install-rosetta

Open a fresh shell and run:

~/.dotfiles/scripts/install-brewfile.sh

Config macOS

~/.dotfiles/scripts/config-macos-defaults.sh

Restart if necessary.

Rust

Install Rust/Cargo

Check https://www.rust-lang.org/tools/install for latest command.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install Crates

~/.dotfiles/scripts/install-crates.sh

Python

Install Python

pyenv install [VERSION]

Applications

KiKit for KiCad

Check https://yaqwsx.github.io/KiKit/upstream/installation/macos/ for latest command.

curl -sSf https://raw.githubusercontent.com/yaqwsx/KiKit/master/scripts/installMacOS.bash | sudo bash

Apple Books

~/.dotfiles/scripts/restore-apple-books-library.sh [PATH_TO_LIBRARY_ARCHIVE]

Anki

~/.dotfiles/scripts/restore-anki-collection.sh [PATH_TO_COLLECTION_ARCHIVE]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published