Skip to content

balenr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

GitHub last commit GitHub issues

These are my configuration files (dotfiles) for macOS. Use at your own risk. 😉

Most of these files are used on macOS, but may work on other *nix like systems as well.

Software

Currently the repository contains configuration files for:

  • Zsh - Default shell on macOS
  • Tmux - Terminal Multiplexer
  • Homebrew - Package manager for macOS and Linux
  • Bat - A cat clone with syntax highlighing
  • GNU Stow - To manage my dotfiles

Requirements

Make sure you have the following installed.

Homebrew

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

Git

# First install Git
brew install git

# Clone the repo
cd ~
git clone https://github.com/balenr/dotfiles.git ~/.dotfiles