Skip to content

Latest commit

 

History

977 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Getting started

Requirements

Install homebrew and skip post-installation steps:

brew bundle --file https://github.com/smartinellimarco/.dotfiles/raw/master/Brewfile

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.

Update packages

antidote update && \
brew upgrade --greedy --yes && \
brew upgrade helix --fetch-HEAD && \
brew autoremove && \
brew cleanup

Colima

Spawn the Colima VM on macOS:

colima start --cpus 4 \
             --memory 8 \
             --vm-type vz \
             --mount-type virtiofs \
             --mount-inotify \
             --vz-rosetta \
             --mount $HOME:w \
             --dns 10.250.0.2 \
             --dns 1.1.1.1  # Internal resolver first, CloudFlare as fallback

Stop the VM (e.g. to re-spawn with different --cpus, --memory, or a larger --disk; note that disk can only grow, and arch / vm-type cannot change at all — those require colima delete first):

colima stop

Compile Curriculum Vitae

pdflatex cv.tex

About

No description or website provided.

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages