Skip to content

Commit 4016d2b

Browse files
committed
using install.sh instead of manual install
1 parent 0acf275 commit 4016d2b

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ eval $(thefuck --alias)
4141
alias lgit="lazygit"
4242

4343
# custom llm caller alias
44-
alias pplx="~/.config/.scripts/pplx.sh"
44+
alias pplx="~/.config/zsh/scripts/pplx.sh"
4545

4646
# zoxide to replace cd
4747
eval "$(zoxide init --cmd "cd" zsh)"

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,11 @@ This dotfiles collection includes configurations for:
1515

1616
## Installation
1717

18-
1. Git clone this repository to a location
18+
Run the installation script:
1919

2020
```zsh
2121
git clone https://github.com/nicholaslck/dotfiles.git ~/.config
22-
```
23-
24-
2. Create symbolic links to the home directory
25-
26-
```zsh
27-
ln -s ~/.config/.zshrc ~/.zshrc
22+
~/.config/install.sh
2823
```
2924

3025
## Notes

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/zsh
2+
3+
ln -sf ~/.config/.zprofile ~/.zprofile
4+
ln -sf ~/.config/.zshrc ~/.zshrc
File renamed without changes.

0 commit comments

Comments
 (0)