8000 GitHub - Yanneckb00/dotfiles-archlinux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Yanneckb00/dotfiles-archlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📁 Dotfiles by yanneckb

A curated collection of configuration files to set up a productive and consistent development environment—quickly and reproducibly. Further instructions and informations are in the /.docs folder inside the repository.


✨ Features

  • Easy setup using GNU Stow
  • Modular structure for shell, editor, and tooling
  • Preconfigured themes for popular terminal emulators
  • Fast onboarding for ZSH, Neovim, and tmux environments

🛠 Requirements

Install the following tools (Linux via pacman or yay):

sudo pacman -S fzf zsh git stow lazygit starship zoxide fastfetch lsd tmux neovim
yay -S yazi

Tool Breakdown

Tool Purpose
fzf Fuzzy file finder
zsh Shell
git Version control
stow Symlink management
lazygit Terminal-based Git UI
yazi TUI file manager
starship Fast and customizable shell prompt
zoxide Smarter cd alternative
fastfetch System info summary at startup
lsd Modern ls replacement
tmux Terminal multiplexer
neovim Powerful text editor

Optional Neovim plugins:


🚀 Installation

  1. Clone the repo into your home directory:
git clone https://github.com/Yanneckb00/dotfiles-archlinux ~/dotfiles
cd ~/dotfiles
  1. Stow the configuration files:
stow .

Optional Stow Commands

  • Adopt existing files (⚠️ overwrites existing config):

    stow --adopt .
  • Remove stowed symlinks:

    stow -D .
  • Stow individual modules:

    stow zsh
    stow nvim

💾 Backup & Updates

  • Backup your existing configs before running --adopt.
  • To update, pull the latest version and re-run stow.

🔧 Customization

  • Fork this repo to create your own setup.
  • Add your own modules under .config/ and manage with stow.

🙏 Credits & Inspiration


Happy hacking! 🧠💻🚀

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0