Skip to content

Sakulyn/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfiles :-)

A clean, fast, and modular Zsh + Oh My Zsh setup for developers.

Repository Structure

.
├── .aliases               # Custom command aliases (productivity shortcuts)
├── .gitconfig             # Global Git config (with handy aliases & speed tweaks)
├── .gitignore_global      # Global Git ignore rules
├── .tmux.conf             # Tmux terminal multiplexer configuration
├── .vimrc                 # Vim editor basic configuration
├── .zshrc                 # Main Zsh config (OMZ plugins, NVM, and Conda lazy load)
├── symlink-dotfiles.sh    # Script to automatically symlink these dotfiles to ~
└── README.md

Quick Start

git clone https://github.com/Sakulyn/Dotfiles ~/Dotfiles
cd ~/Dotfiles 
chmod +x symlink-dotfiles.sh
./symlink-dotfiles.sh

About

My dotfiles :-)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors