Skip to content

Latest commit

 

History

History

mac-os

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

macOS

Dotfiles for macOS environment.

  • Terminal:
    • Warp as terminal
    • Fish as shell

Terminal

VS Code

Setup Dotfiles

  1. Install Rust
    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  2. Install extra crates:
    cat ../common/rust/crates | while IFS= read -r line; do read -r crate arguments <<< "$$line"; cargo install "$$crate" $$arguments; done
    
  3. Install brew:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  4. Install extra packages:
    cat packages | xargs -I {} brew install {}
    
  5. Initialize dotfiles and check if all the links exist and are correct
    dot init SergioGasquez/dotfiles
    dot -v check