Skip to content

ndom91/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  
$ dotfiles

ndo-mbp-njt

MacOS Ghostty zsh neovim

Note

Mar 17, 2024 - My Linux boxes are on NixOS and can be found at ndom91/nixos-config

🚀 Setup

Initial bare repo dotfiles setup

git init --bare $HOME/.dotfiles
alias dot='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
dot config status.showUntrackedFiles no
echo "alias dot='git --git-dir=\$HOME/.dotfiles --work-tree=\$HOME'" >> ~/.zshrc

Restore on a new machine:

git clone --bare git@github.com:ndom91/dotfiles.git $HOME/.dotfiles
alias dot='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
dot checkout
dot config status.showUntrackedFiles no

📝 License

MIT

About

🐚 dotfiles

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Contributors