Skip to content

demalex/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My macOS configuration files and scripts.

Installation

The installation requires Git which comes standard with Xcode or the Command Line Developer Tools.

The Command Line Developer Tools can be easily installed using xcode-select --install.

Installing these dotfiles will overwrite already existing files in your home directory. The bootstrap script will prompt you before installing the dotfiles. Run the following commands to install:

git clone https://github.com/joeploijens/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
source bootstrap

To update, cd into your local dotfiles repository and run the bootstrap script again:

cd ~/.dotfiles
source bootstrap

Features

Homebrew Formulae

When setting up a new Mac, you may want to install some Homebrew formulae (after installing Homebrew first, of course) by running the following commands:

brew tap homebrew/bundle
brew bundle --global

This will install all the Homebrew formulae listed in .Brewfile.

macOS Defaults

On a new Mac you may want to set some sane macOS defaults by running the macos-defaults script.

cd ~/.dotfiles/scripts
./macos-defaults

Vim Plug-Ins

About

macOS configuration files and scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 73.3%
  • Shell 26.7%