Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 632 Bytes

File metadata and controls

29 lines (19 loc) · 632 Bytes

Pucodev dotfiles

Read in Spanish 🇪🇸

This repository contains my personal configuration files (dotfiles) for Linux.

Installation

To install any configuration, use GNU Stow to create symbolic links in your home directory (~).

Example:

stow -t ~ {FOLDER_NAME}

Where {FOLDER_NAME} is the folder you want to install, for example: nvim, tmux, etc.

Structure

  • nvim/ — Neovim configuration, plugins, and utilities
  • tmux/ — tmux configuration
  • kitty/ — kitty configuration
stow -t ~ nvim
stow -t ~ tmux
stow -t ~ kitty