diff --git a/hypr-configs/dotfiles/hypr/configs/startup.conf b/hypr-configs/dotfiles/hypr/configs/startup.conf index 29476e0..015ba7a 100644 --- a/hypr-configs/dotfiles/hypr/configs/startup.conf +++ b/hypr-configs/dotfiles/hypr/configs/startup.conf @@ -2,5 +2,6 @@ # Startup # ----------------------------------------------------- -exec-once=[workspace 3 silent] $terminal -e htop -exec-once=[workspace 3 silent] nekoray \ No newline at end of file +exec-once = [workspace 3 silent] $terminal -e htop & + +exec-once = [workspace 3 silent] nekoray diff --git a/linux-configs b/linux-configs index 54973b8..ba41558 160000 --- a/linux-configs +++ b/linux-configs @@ -1 +1 @@ -Subproject commit 54973b82d415684ed9226ce645d5d961c3afd23f +Subproject commit ba4155851315cbb43887faa07670e45c2eec021f diff --git a/stow.sh b/stow.sh index 0e247c2..5a42eca 100755 --- a/stow.sh +++ b/stow.sh @@ -9,7 +9,8 @@ LINUX_DOTFILES_DIR="$LINUX_CONFIGS_DIR/dotfiles" NIX_DIR="$LINUX_CONFIGS_DIR/nix" ZSH_DIR="$LINUX_CONFIGS_DIR/shells/zsh" FISH_DIR="$LINUX_CONFIGS_DIR/shells/fish" -VIM_DIR="$LINUX_CONFIGS_DIR/editor/vim" +VIM_DIR="$LINUX_CONFIGS_DIR/editors/vim" +ZED_DIR="$LINUX_CONFIGS_DIR/editors/zed" UTILS_DIR="$LINUX_CONFIGS_DIR/utils" HYPRLAND_ROOT="$(pwd)/hypr-configs" @@ -41,7 +42,10 @@ stow() { log "Nix stowed successfully!" create_links $VIM_DIR ~ - log "Editor stowed successfully!" + log "Vim Editor stowed successfully!" + + ln -sfn $ZED_DIR ~/.config/zed + log "Zed Editor stowed successfully!" create_links $LINUX_DOTFILES_DIR ~/.config log "Dotfiles stowed successfully!"