mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
445 B
445 B
.dotfiles
How to install
-
Install zsh
-
Clone this repository into
~/.dotfiles:git clone git@github.com:chenasraf/dotfiles.git ~/.dotfiles -
Replace entire contents of
~/.zshrcto the new version using (ln -sdoes not work):echo 'source "$HOME/.dotfiles/.zshrc"' > ~/.zshrc -
In a new terminal, run install scripts:
home install home reload-terminal