From 24615aa09c6705e3052d6938189b3bab30b51d16 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 6 Mar 2021 22:24:09 -0600 Subject: [PATCH] Basic usage --- readme.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 6c418eb..ff1153c 100644 --- a/readme.md +++ b/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!