Skip to content

rugwirobaker/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages