Skip to content

smartinellimarco/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Getting started

Requirements

Install homebrew and skip post-installation steps.

Most of these dependencies are available by default on macOS (via Xcode command line tools).

This script only installs the missing ones.

dependencies=(
  # zsh
  gh
  antidote
  yadm
  helix
  ghostty

  uv
  rustup
  go
  npm
  terraform
  terraform-ls
)

for package in "${dependencies[@]}"; do
  brew install $package
done

Installation

Clone the repository using yadm

yadm clone https://github.com/smartinellimarco/.dotfiles

The first time you reopen the terminal, antidote will automatically setup all zsh plugins.

Bootstrap file

Initialization commands not intended for backup in this repository can be placed in ~/.zsh_bootstrap, which is automatically sourced.

About

Customized configuration files for zsh, ghostty and helix

Topics

Resources

Stars

Watchers

Forks

Languages