Skip to content

vvvvvvvector/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

336 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Apple's CLI tools, which are prerequesties for Git and Homebrew

sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install

Homebrew

Install Homebrew followed by software listed in the Brewfile

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

In order to install packages pass in the Brewfile location

brew bundle --file ~/Github/dotfiles/brew/Brewfile

In order to bundle installed packages

brew bundle dump

What is XDG configuration Path?

$XDG_CONFIG_HOME = $HOME/.config/[app]/config

About

🧰 👨‍💻 🛠️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published