8000 GitHub - DrShnitzel/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DrShnitzel/dotfiles

Repository files navigation

Dotfiles

Dotfiles use a bare git repository. We are storing git files in .dotfiles and using an alias to not show the repo in the prompt and avoid confusion.

Installation on a new machine

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

Adding new files to the repo

dotfiles add ~/my/file/path

Adding changes from all existing files

dotfiles add -u

OSX additional setup

brew install fish nvim fd ripgrep bat zenith ranger rbenv ruby-build starship gh
brew install --cask warp
# setup fish
sudo sh -c 'echo $(which fish) >> /etc/shells'
chsh -s $(which fish)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0