Skip to content

My dotfiles for configurations and setups

Notifications You must be signed in to change notification settings

joshbrgs/dotfiles

Folders and files

NameName
Last commit message
Last commit date
May 15, 2024
Mar 20, 2025
May 6, 2024
Feb 23, 2025
Oct 4, 2024
Jan 9, 2025
Mar 14, 2025
May 17, 2024
May 21, 2024
Mar 18, 2024
Feb 10, 2025
Oct 17, 2024
Mar 20, 2025
Jul 26, 2024
Mar 18, 2024
Nov 1, 2024
Feb 10, 2025

Repository files navigation

dotfiles

A collection of my personal dotfiles.

Installation

Your first step is to clone this repository:

git clone https://github.com/joshbrgs/dotfiles.git ~/.dotfiles

Manual Installation

Create symbolic links for the configurations you want to use, e.g.:

ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc

Using GNU Stow (recommended)

Install GNU Stow (if not already installed)

Mac:      brew install stow
Ubuntu:   apt-get install stow
Fedora:   yum install stow
Arch:     pacman -S stow

Then simply use stow to install the dotfiles you want to use:

cd ~/.dotfiles
stow vim
stow tmux

Additional configuration

Some of the configurations need additional setup or configuration. If that's the case you can find a README.md file in the application's directory.

About

My dotfiles for configurations and setups

Resources

Stars

Watchers

Forks