Skip to content

Commit

Permalink
fix: use ~/.dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 25, 2024
1 parent 9422f81 commit 3577ba8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README_WIN_WSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ chsh

```bash
# install homebrew
cd ~/code/dotfiles
cd ~/.dotfiles
installers/homebrew.sh

# install all dependencies
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sesh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ startup_command = "nvim"

[[session]]
name = "Dotfiles"
path = "~/code/dotfiles"
path = "~/.dotfiles"
startup_command = "nvim"

[[session]]
Expand Down
2 changes: 1 addition & 1 deletion skhdrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3577ba8

Please sign in to comment.