Skip to content

brunoluiz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Bruno's secret terminal sauces 💾

Setting up new laptops or even sharing configurations with colleagues can be a bit of a pain. This repository contains most of the files and scripts that I use for my workstation. Before diving into it, you might need to understand the following:

  1. What is stow and how to use it
  2. What is a Brewfile and how to use it

Install

Run make install to install basically tooling required. Once that is done, do make stow.

Once stow finishes, some applications might need their own installation routines:

  • tmux: use prefix + I to install plugins
  • vim: use :PlugInstall to install plugins

Profiles

Because these files are symbolic linked, you can change between profiles by checking out to a different branch. An example would be a branch called work or a branch that contains specific vim/zsh configurations for a certain project.

To make the profile changes easier, run dotfiles <branch>.