Skip to content

centur/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All my dotfiles for development machine

Public repo with my setup for a new machine

MacOS\Linux

Setup Brew

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

brew --version
brew doctor
brew update

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
git 
eval "$(/opt/homebrew/bin/brew shellenv)"

cd ~

git clone https://github.com/centur/dotfiles dotfiles

Configure MacOS settings

bash ./dotfiles/setup-macos.sh

Install all Brew.sh packages

brew bundle --file ./dotfiles/Brewfile

Configure shell and dotfiles

bash ./dotfiles/setup-shell.sh

About

Public repo with my setup for a new machine

Resources

Stars

Watchers

Forks

Contributors