diff --git a/common/bat/bat b/common/bat/bat new file mode 120000 index 0000000..6b674e3 --- /dev/null +++ b/common/bat/bat @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/bat \ No newline at end of file diff --git a/common/bin/dotfiles-setup b/common/bin/dotfiles-setup index dafd85e..77d778d 100755 --- a/common/bin/dotfiles-setup +++ b/common/bin/dotfiles-setup @@ -26,7 +26,7 @@ end function l -a dot -a target -d "Symlink a dotfile configuration file or directory" if test -L $target || test -f $target || test -d $target - rm -rf "$target" + command rm -rf "$target" end # check if the directory that will contain the link exists set -l d (dirname $target) @@ -72,7 +72,7 @@ end set -q ENV_PATH || set ENV_PATH $XDG_CONFIG_HOME/lytedev-env set -q DOTFILES_PATH || set DOTFILES_PATH $XDG_CONFIG_HOME/lytedev-dotfiles -rm -f $ENV_PATH/empty +command rm -f $ENV_PATH/empty ln -s $DOTFILES_PATH/common/empty-env $ENV_PATH/empty echo "Dotfiles Installed! Don't forget to setup environments and change the user's shell as needed!" diff --git a/common/fish/fish b/common/fish/fish new file mode 120000 index 0000000..b0da7cc --- /dev/null +++ b/common/fish/fish @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/fish \ No newline at end of file diff --git a/common/gitui/gitui b/common/gitui/gitui new file mode 120000 index 0000000..bd488a9 --- /dev/null +++ b/common/gitui/gitui @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/gitui \ No newline at end of file diff --git a/common/helix/helix b/common/helix/helix new file mode 120000 index 0000000..34aa397 --- /dev/null +++ b/common/helix/helix @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/helix \ No newline at end of file diff --git a/common/kitty/kitty b/common/kitty/kitty new file mode 120000 index 0000000..0f29920 --- /dev/null +++ b/common/kitty/kitty @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/kitty \ No newline at end of file diff --git a/common/nnn/nnn b/common/nnn/nnn new file mode 120000 index 0000000..cb62805 --- /dev/null +++ b/common/nnn/nnn @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/nnn \ No newline at end of file diff --git a/common/pgcli/pgcli b/common/pgcli/pgcli new file mode 120000 index 0000000..50c5fb6 --- /dev/null +++ b/common/pgcli/pgcli @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/pgcli \ No newline at end of file diff --git a/common/scim/lua/lua b/common/scim/lua/lua new file mode 120000 index 0000000..03775bb --- /dev/null +++ b/common/scim/lua/lua @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/scim/lua \ No newline at end of file diff --git a/common/weechat/weechat b/common/weechat/weechat new file mode 120000 index 0000000..c293fdb --- /dev/null +++ b/common/weechat/weechat @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/weechat \ No newline at end of file diff --git a/common/wezterm/wezterm b/common/wezterm/wezterm new file mode 120000 index 0000000..209efae --- /dev/null +++ b/common/wezterm/wezterm @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/wezterm \ No newline at end of file diff --git a/common/zellij/zellij b/common/zellij/zellij new file mode 120000 index 0000000..b06eee2 --- /dev/null +++ b/common/zellij/zellij @@ -0,0 +1 @@ +/home/daniel/.home/.config/lytedev-dotfiles/common/zellij \ No newline at end of file