mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-06 22:53:43 +02:00
chore: zed editor stow
This commit is contained in:
parent
9181983d5c
commit
4ae0a15fa1
3 changed files with 10 additions and 5 deletions
|
@ -2,5 +2,6 @@
|
|||
# Startup
|
||||
# -----------------------------------------------------
|
||||
|
||||
exec-once=[workspace 3 silent] $terminal -e htop
|
||||
exec-once=[workspace 3 silent] nekoray
|
||||
exec-once = [workspace 3 silent] $terminal -e htop &
|
||||
|
||||
exec-once = [workspace 3 silent] nekoray
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 54973b82d415684ed9226ce645d5d961c3afd23f
|
||||
Subproject commit ba4155851315cbb43887faa07670e45c2eec021f
|
8
stow.sh
8
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!"
|
||||
|
|
Loading…
Add table
Reference in a new issue