Basic usage
This commit is contained in:
parent
6330874bd9
commit
24615aa09c
1 changed files with 15 additions and 7 deletions
22
readme.md
22
readme.md
|
@ -8,25 +8,33 @@ like.
|
||||||
![Battlestation][battlestation-photo]
|
![Battlestation][battlestation-photo]
|
||||||
![Desktop Screenshot][desktop-screenshot]
|
![Desktop Screenshot][desktop-screenshot]
|
||||||
|
|
||||||
# Setup
|
|
||||||
|
|
||||||
```
|
|
||||||
curl -s -L https://git.lyte.dev/lytedev/dotfiles/raw/branch/master/bin/init-dotfiles | sh
|
|
||||||
```
|
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
|
+ `fish`
|
||||||
+ `bat`
|
+ `bat`
|
||||||
+ `fd`
|
+ `fd`
|
||||||
+ `sd`
|
+ `sd`
|
||||||
+ `fzf`
|
+ `fzf`
|
||||||
+ `fish`
|
|
||||||
+ `tmux`
|
+ `tmux`
|
||||||
+ `rsync`
|
+ `rsync`
|
||||||
+ `exa`
|
+ `exa`
|
||||||
+ `nnn`
|
+ `nnn`
|
||||||
+ `nvim`
|
+ `nvim`
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
```
|
||||||
|
set dfp ~/.config/lytedev-dotfiles
|
||||||
|
git clone https://git.lyte.dev/lytedev/dotfiles.git $dfp && cd $dfp
|
||||||
|
./common/bin/dotfiles-setup
|
||||||
|
# symlink host/os-specific directories
|
||||||
|
ezln ./os/linux $ENV_PATH/linux
|
||||||
|
```
|
||||||
|
|
||||||
|
# Basic Usage
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# To Do
|
# To Do
|
||||||
|
|
||||||
+ Get out of Google!
|
+ Get out of Google!
|
||||||
|
|
Reference in a new issue