From d96eb3440f04bbd168759498c6d8c78dcd9a6f80 Mon Sep 17 00:00:00 2001 From: Kulvir Singh Date: Thu, 26 Sep 2024 02:52:06 +0530 Subject: [PATCH] something --- install.sh | 5 +++-- readme.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 455fffe..7ce0179 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,8 @@ brew install wezterm brew install zoxide brew install zsh-fast-syntax-highlighting -(cd dotFiles && stow .) +echo "Creating symlinks using GNU STOW" +stow . echo "Installing tmux package manager...." git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm @@ -73,4 +74,4 @@ if $install_yabai; then fi echo "setup complete...\n" -echo "Install few apps from binaries, fckin Ice installation method...\n" +echo "Install few apps from binaries,gfckin Ice installation method...\n" diff --git a/readme.md b/readme.md index 56b9a49..01879e5 100644 --- a/readme.md +++ b/readme.md @@ -24,13 +24,14 @@ 1.Clone this repository. -``` +```sh git clone https://github.com/kulvirdotgg/dotFiles.git ``` 2.Run `install.sh` script. (provide `--yabai` flag to install **yabai** tiling window manager) -``` +```sh +cd dotFiles ./install.sh ```