Skip to content

juanramirezc2/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

736 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal dotfiles managed with GNU Stow.

Each top-level folder is a Stow package that symlinks files into $HOME.

Examples:

  • zsh/.zshrc -> ~/.zshrc
  • git/.gitconfig -> ~/.gitconfig
  • neovim/.config/nvim -> ~/.config/nvim

The Neovim setup is a local LazyVim config, not because I'm lazy, but because I take doing absolutely nothing very seriously.

Dotfiles screenshot

Install

git clone git@github.com:juanramirezc2/dotfiles.git ~/dotfiles
brew install stow
cd ~/dotfiles

Usage

Stow the packages you want:

stow --target="$HOME" zsh git neovim tmux

Stow a single package:

stow --target="$HOME" ghostty

Remove a package:

stow -D --target="$HOME" neovim

About

🔧 💾 configuration files for Frontend developers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors