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.
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
- Neovim - Vim-based text editor
- Ghostty - Terminal emulator
- WezTerm - Terminal emulator
Make sure you have the following installed.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"# First install Git brew install git # Clone the repo cd ~ git clone https://github.com/balenr/dotfiles.git ~/.dotfiles