Skip to content

marcos-aparicio/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Repository of my personal config dotfiles organized using stow

  • Picom (compositor)
  • AwesomeWM (window manager)
  • Neovim (editor)
  • LF (file manager)
  • Rofi (selector?)
  • ZSH (shell)
  • Alacritty (terminal emulator)
  • and much more

Git Hooks

If you have pre-commit installed, make sure to run pre-commit install to get the git hooks, for now is just checking for leaks using gitleaks

Installation

git clone https://github.com/marcos-aparicio/dotfiles.git

The good thing about using stow is that each folder in the root directory is its own package, you can choose whether to "install" one of the packages into your system or all of them if you want

All packages

# is important to follow exactly that
# if */ then it will also consider the .git directory
# if * then it will also consider files
# i believe this isn't an issue on Ubuntu computers but it is on Arch for some reason
stow -vSt ~ [^.]*/

Single package

stow -vSt ~ <directory-name>

Future tasks

  • Have contexts for each program. For example, neovim for work or personal
  • Adding documentation on helpers of this repository(i.e: justfile)

About

Configuration files for tools I use daily

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published