Skip to content

karbowiak/Dotfiles

Repository files navigation

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

Releases

No releases published

Packages

No packages published