Skip to content

celj/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

OS: macOS Sequoia

First, install brew and omz.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
rustup default stable

Then, symlink files.

chmod +x symlink.sh
./symlink.sh

Finally, install all packages with

brew bundle --file=$HOME/dotfiles/Brewfile