File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ eval $(thefuck --alias)
4141alias 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
4747eval " $( zoxide init --cmd " cd" zsh) "
Original file line number Diff line number Diff 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
2121git 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
Original file line number Diff line number Diff line change 1+ #! /bin/zsh
2+
3+ ln -sf ~ /.config/.zprofile ~ /.zprofile
4+ ln -sf ~ /.config/.zshrc ~ /.zshrc
File renamed without changes.
You can’t perform that action at this time.
0 commit comments