rugwirobaker / dotfiles

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

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

Installation

Install GNU Stow with brew:

brew install stow

Clone the repository to your home directory:

git clone github.com/rugwirobaker/dotfiles.git ~/.dotfiles  # Clone the repository

Navigate to the repository and use stow to symlink the dotfiles:

cd ~/.dotfiles
stow .

Bring back all my brew packages

Make sure brew bundle is installed:

brew tap Homebrew/bundle

Install all the packages from the .Brewfile:

brew bundle --file=.Brewfile

Restore history(atuin)

Login to atuin our atuin server:

atuin login -u <USERNAME>

You will be prompted for your password, and for your key.

Restore the history:

atuin sync

About

dotfiles


Languages

Language:Shell 100.0%