Skip to content

zuice/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal configuration files for development tools.

Setup on a new computer

  1. Clone the repo:

    git clone <your-repo-url> ~/dev/dotfiles
    cd ~/dev/dotfiles
  2. Run setup (installs fonts and other dependencies):

    ./setup.sh
  3. Install dotfiles (backs up existing configs and creates symlinks):

    ./install.sh
  4. Restart your shell

Workflow

On your desktop (or any computer):

  1. Edit configs normally: ~/.config/nvim, ~/.zshrc, etc.
  2. Changes sync automatically to ~/dev/dotfiles (via symlinks)
  3. Commit changes:
    cd ~/dev/dotfiles
    git add .
    git commit -m "your message"
    git push

On other computers:

cd ~/dev/dotfiles
git pull
./install.sh

Structure

dotfiles/
├── zsh/              # Zsh shell configuration
├── nvim/             # Neovim configuration
├── git/              # Git configuration
└── other/            # Other tool configs
    ├── ghostty/      # Ghostty terminal config
├── install.sh        # Creates symlinks (backs up existing configs)
└── setup.sh          # Installs fonts and dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published