Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 741 Bytes

File metadata and controls

58 lines (42 loc) · 741 Bytes

Dotfiles

Personal development environment configuration files managed with GNU Stow.

Requirements

  • Git
  • GNU Stow
  • Zsh
  • WezTerm

Clone Repository

git clone https://github.com/namkndev86/dotfiles.git ~/dotfiles
cd ~/dotfiles

Stow Packages

Zsh

stow zsh

WezTerm

stow wezterm

Repository Structure

dotfiles/
├── README.md
├── zsh/
│   └── .zshrc
└── wezterm/
    └── .config/
        └── wezterm/
            └── wezterm.lua

Verify Symlinks

ls -l ~/.zshrc
ls -l ~/.config/wezterm

Expected output:

~/.zshrc -> ~/dotfiles/zsh/.zshrc
~/.config/wezterm -> ~/dotfiles/wezterm/.config/wezterm