Personal development environment configuration files managed with GNU Stow.
- Git
- GNU Stow
- Zsh
- WezTerm
git clone https://github.com/namkndev86/dotfiles.git ~/dotfiles
cd ~/dotfilesstow zshstow weztermdotfiles/
├── README.md
├── zsh/
│ └── .zshrc
└── wezterm/
└── .config/
└── wezterm/
└── wezterm.lua
ls -l ~/.zshrc
ls -l ~/.config/weztermExpected output:
~/.zshrc -> ~/dotfiles/zsh/.zshrc
~/.config/wezterm -> ~/dotfiles/wezterm/.config/wezterm