something
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user