Phase 5: Repos & Dotfiles
Phase 5: Repos & Dotfiles
Clone dotfiles-optimus
On phone:
mkdir -p ~/atelier/_projects/personal
git clone git@github.com:EvanusModestus/dotfiles-optimus.git ~/atelier/_projects/personal/dotfiles-optimus
Clone domus-nvim
git clone git@github.com:EvanusModestus/domus-nvim.git ~/.config/nvim
Stow Shell and Tool Configs
cd ~/atelier/_projects/personal/dotfiles-optimus/base
# Fish shell
stow -t ~ fish
# Zsh shell
stow -t ~ zsh
# Git config
stow -t ~ git
# Vim (fallback)
stow -t ~ vim
# Search tools
stow -t ~ fzf
stow -t ~ fd
stow -t ~ ripgrep
Do NOT use --adopt when deploying dotfiles to a new machine. It replaces your dotfiles with the target’s files. If this happens, restore from git on workstation and scp to phone.
|
| Check | Status |
|---|---|
dotfiles-optimus cloned |
[x] |
domus-nvim cloned |
[x] |
Shell configs stowed (fish, zsh) |
[x] |
Tool configs stowed (git, vim, fzf, fd, ripgrep) |
[x] |