something

This commit is contained in:
Kulvir Singh
2024-09-26 02:52:06 +05:30
parent 7f79261388
commit d96eb3440f
2 changed files with 6 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ brew install wezterm
brew install zoxide brew install zoxide
brew install zsh-fast-syntax-highlighting brew install zsh-fast-syntax-highlighting
(cd dotFiles && stow .) echo "Creating symlinks using GNU STOW"
stow .
echo "Installing tmux package manager...." echo "Installing tmux package manager...."
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
@@ -73,4 +74,4 @@ if $install_yabai; then
fi fi
echo "setup complete...\n" 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"

View File

@@ -24,13 +24,14 @@
1.Clone this repository. 1.Clone this repository.
``` ```sh
git clone https://github.com/kulvirdotgg/dotFiles.git git clone https://github.com/kulvirdotgg/dotFiles.git
``` ```
2.Run `install.sh` script. (provide `--yabai` flag to install **yabai** tiling window manager) 2.Run `install.sh` script. (provide `--yabai` flag to install **yabai** tiling window manager)
``` ```sh
cd dotFiles
./install.sh ./install.sh
``` ```