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 ```