티스토리 뷰
My dotfiles
This directory contains the dotfiles for my system
YouTube References
Requirements
Ensure you have the following installed on your system
Git
brew install git
Stow
brew install stow
Installation
First, check out the dotfiles repo in your $HOME directory using git
git clone https://git@github.com/UnEmotioneD/dotfiles.git
cd dotfiles
then use GNU stow to create symlinks
stow .
or move any conflicting files to dotfiles directory with --adopt flag
stow --adopt .
To unlink all packages
stow -D .'CLI' 카테고리의 다른 글
| FZF (0) | 2026.02.17 |
|---|---|
| BASH 대소문자 구분없는 자동완성 (0) | 2026.02.15 |
| Zoxide (0) | 2026.01.27 |