Skip to content

xavierclarkvt/dot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

561 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot

These are my MacOS dotfiles. Relies heavily on homebrew, but could be extrapolated to support linux.

Forked from webpro/dotfiles - if you want a custom version of this, use his.

Highlights

  • Minimal efforts to install everything, using a shell script
  • Mostly based around Homebrew, Node.js, GNU Utils
  • Fast and colored prompt
  • Updated macOS defaults
  • Supports Apple Silicon (M1) (Maybe intel chips)

Packages Overview

Installation

On a sparkling fresh installation of macOS:

sudo softwareupdate -i -a
xcode-select --install

The Xcode Command Line Tools includes git and make (not available on stock macOS). Next you will need to clone the repo manually into the desired location:

git clone https://github.com/xavierclarkvt/dot.git ~/.dotfiles

Use the install script to install everything listed above, and symlink runcom and config (using stow):

cd ~/.dotfiles
zsh install.sh

Post-Installation

The dotfiles command

$ dot help
Usage: dot <command>

Commands:
    clean            Clean up caches (brew, npm, gem, rvm)
    dock             Apply macOS Dock settings
    edit             Open dotfiles in IDE (code) and Git GUI (stree)
    help             This help message
    macos            Apply macOS system defaults
    update           Update packages and pkg managers (OS, brew, npm, gem)

About

Dotfiles for macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.7%
  • JavaScript 23.4%
  • CSS 4.8%
  • Ruby 2.1%