Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Config files for neovim, tmux, zsh, and vim.

Prerequisites

Install these before running the install script:

macOS (Homebrew)

brew install neovim tmux lazygit lazydocker zsh

Arch/Manjaro

sudo pacman -S neovim tmux lazygit zsh
# lazydocker from AUR
yay -S lazydocker

Install

git clone https://github.com/your-user/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

This symlinks all configs to their expected locations. Existing files are backed up to .bak.

Structure

├── nvim/          # Neovim config (rocks.nvim + which-key + telescope)
│   ├── init.lua
│   └── rocks.toml
├── tmux/          # Tmux config (C-Space prefix, tmux2k theme)
│   └── .tmux.conf
├── zsh/           # Zsh config (oh-my-zsh, aliases, OS-aware)
│   └── .zshrc
├── .vimrc         # Legacy vim config
└── install.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages