diff --git a/README_WIN_WSL.md b/README_WIN_WSL.md index d5a532c6..444d65c2 100644 --- a/README_WIN_WSL.md +++ b/README_WIN_WSL.md @@ -180,7 +180,7 @@ chsh ```bash # install homebrew -cd ~/code/dotfiles +cd ~/.dotfiles installers/homebrew.sh # install all dependencies @@ -197,7 +197,7 @@ and most software all set up. rm -rf ~/.config/LazyVim -cd ~/code/dotfiles +cd ~/.dotfiles installers/neovim_distros.sh # re-run dotfiles installer, to symlink LazyVim config diff --git a/sesh.toml b/sesh.toml index 4ec738e6..1bfc8a3d 100644 --- a/sesh.toml +++ b/sesh.toml @@ -3,7 +3,7 @@ startup_command = "nvim" [[session]] name = "Dotfiles" -path = "~/code/dotfiles" +path = "~/.dotfiles" startup_command = "nvim" [[session]] diff --git a/skhdrc b/skhdrc index c285be80..8d1efef8 100644 --- a/skhdrc +++ b/skhdrc @@ -23,7 +23,7 @@ alt + shift - f : yabai -m window --toggle float --grid 4:4:1:1:2:2 alt + shift - z : yabai -m window --toggle zoom-fullscreen # focus on full-screen wezterm (see dotfiles shell script) -lctrl - 0 : ~/code/dotfiles/shell/bin/focus-wezterm +lctrl - 0 : ~/.dotfiles/shell/bin/focus-wezterm # change window focus alt + shift - down : yabai -m window --focus south