dotfiles

Files to recover my file system.
git clone git://git.nomxz.net/dotfiles.git
Log | Files | Refs | README

commit a664cf34f4f0f97ec5e89281434880379b577393
parent 1b90782331924f6433cd9860665890f9fda69438
Author: Ramon Asuncion <asuncionbatista@gmail.com>
Date:   Thu, 25 Nov 2021 04:15:39 -0500

Add Symlink to README.md

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -11,6 +11,7 @@ https://github.com/RamonAsuncion/.dotfiles.git # Symlinks to home directory ln -s ~/.dotfiles/.zshrc ~/.zshrc ln -s ~/.dotfiles/.gitconfig ~/.gitconfig +ln -s ~/.dotfiles/.tmux.conf ~/.tmux.conf # Install HomeBrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"