Skip to content

EdgeLimits/.dotfiles

Repository files navigation

.dotfiles (EdgeLimits edition)

0. Pre-requisites

This guide is intended for the Mac OS. If this is a fresh install, make sure you have set the following:

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

1. Installation

  1. Clone this repo into your home directory
git clone git@github.com:EdgeLimits/.dotfiles.git ~/.dotfiles
  1. Clone TMUX Plugin Manager
git clone git@github.com:tmux-plugins/tpm.git ~/.tmux/plugins/tpm
  1. Go to the .dotfiles directory and update submodules
cd ~/.dotfiles
git submodule update --init --recursive
  1. Change the permission to the files to make them executable
chmod +x install
chmod +x macos-packages
chmod +x macos
  1. (Optional) If this is a fresh install, run this file to install fonts and brew packages
./macos-packages
  1. Create symbolic links using stow
~/.dotfiles/macos

2. Setup

If this is a fresh install, you'll need to install the TMUX package manager.

  1. Start TMUX
tmux
  1. Install TMUX plugins (<leader> + I)
` + I 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published