Skip to content

felipefontoura/dotfiles

Repository files navigation

Dotfiles

This repository contains my personal configuration files for various applications and tools, managed using GNU Stow.

Directory Structure

  • alacritty: Configuration files for the Alacritty terminal emulator.
  • git: Git configuration files.
  • i3: Configuration files for the i3 window manager.
  • nvim: Configuration files for Neovim.
  • picom: Configuration files for the Picom compositor.
  • polybar: Configuration files for the Polybar status bar.
  • ranger: Configuration files for the Ranger file manager.
  • rofi: Configuration files for the application launcher and dmenu replacement.
  • X: Configuration files for X.
  • zsh: Configuration files for the Zsh shell.

Prerequisites

Make sure you have GNU Stow installed. You can install it using your package manager. For example, on a Arch-based system:

sudo pacman -S stow

Usage

To use these dotfiles, clone the repository to your home directory and use Stow to create symbolic links to the appropriate locations. For example:

git clone https://github.com/felipefontoura/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

# Stow individual configurations
stow alacritty
stow git
stow i3
stow nvim
stow picom
stow polybar
stow ranger
stow rofi
stow x
stow zsh

This will create symbolic links in your home directory pointing to the files in the .dotfiles repository.

License

This repository is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published