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]
|
||||
![Desktop Screenshot][desktop-screenshot]
|
||||
|
||||
# Setup
|
||||
|
||||
```
|
||||
curl -s -L https://git.lyte.dev/lytedev/dotfiles/raw/branch/master/bin/init-dotfiles | sh
|
||||
```
|
||||
|
||||
# Dependencies
|
||||
|
||||
+ `fish`
|
||||
+ `bat`
|
||||
+ `fd`
|
||||
+ `sd`
|
||||
+ `fzf`
|
||||
+ `fish`
|
||||
+ `tmux`
|
||||
+ `rsync`
|
||||
+ `exa`
|
||||
+ `nnn`
|
||||
+ `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
|
||||
|
||||
+ Get out of Google!
|
||||
|
|
Reference in a new issue