Skip to content

angeljreyes/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

201 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My Linux dotfiles, manageable with GNU Stow:

  • Arch: sudo pacman -S stow
  • Debian: sudo apt install stow
cd
git clone git@github.com:angeljreyes/dotfiles.git
cd dotfiles
stow i3 zsh  # stow i3 and zsh related packages
stow */      # OR stow everything

NOTE: .bashrc (or other files) might already exist, to avoid stow aborting, either remove the files:

rm ~/.bashrc
stow bash

or use adopt and restore:

stow --adopt bash
git restore bash

Neovim

My neovim config can be found here.

About

My dotfiles for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors