Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 766 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 766 Bytes

Dotfiles

This repository contains my dotfiles. I use GNU Stow to manage them.

Installation

  1. Clone this repository to your home directory.
git clone https://github.com/karbowiak/Dotfiles.git ~/Dotfiles
  1. Change to the Dotfiles directory.
cd ~/Dotfiles
  1. Backup your existing dotfiles.
cp ~/.zshrc ~/.zshrc.bak
cp ~/.zprofile ~/.zprofile.bak
cp ~/.vimrc ~/.vimrc.bak
cp ~/.tmux.conf ~/.tmux.conf.bak
cp ~/.gitconfig ~/.gitconfig.bak

(Handle other configurations like Settings.json for VSCode, Alacritty and OhMyPosh manually if you already have them installed.)

  1. Install the dotfiles using the setup script (This will also install brew, packages etc. etc.)
./setup.sh