Skip to content

dcpatrick15/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors