Skip to content

vrslev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lev's dotfiles

I use macOS, Visual Studio Code, Ghostty, Fish.

Notable places

Getting started

Open terminal and install Homebrew:

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

Set up Fish:

/opt/homebrew/bin/brew install fish
sudo /bin/bash -c "echo /opt/homebrew/bin/fish >>/etc/shells"
chsh -s /opt/homebrew/bin/fish

Open another terminal tab and clone this repository:

mkdir code
git clone https://github.com/vrslev/dotfiles code/dotfiles
cd code/dotfiles

Install mise:

eval (/opt/homebrew/bin/brew shellenv)
brew install mise

Install dependencies for the first time:

eval (/opt/homebrew/bin/brew shellenv)
/opt/homebrew/bin/brew bundle --file Brewfile --no-restart
MISE_GLOBAL_CONFIG_FILE=home/.config/mise/config.toml mise up --yes --jobs 16

Install dotfiles:

./link-config-files
./bin/dotfiles/sync-deps
sudo ./bin/dotfiles/set-macos-defaults

Restart the computer to apply macOS defaults.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •