From e57370dbf542b165e430cc8c708677625a9f8ed4 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 9 Sep 2024 00:07:54 -0400 Subject: laptop config --- .stow-local-ignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .stow-local-ignore (limited to '.stow-local-ignore') diff --git a/.stow-local-ignore b/.stow-local-ignore new file mode 100644 index 0000000..0ae4a8e --- /dev/null +++ b/.stow-local-ignore @@ -0,0 +1,9 @@ +/files +/scripts +.*~undo-tree~ +/.git +.gitignore +README.md +install.sh +/wallpapers +#.*# \ No newline at end of file -- cgit v1.2.3 From ae201197d96cc3989773da7dfd66b3e7291fe16f Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Sat, 12 Oct 2024 21:39:45 -0400 Subject: shortcuts and other changes --- .bash_profile | 3 ++- .config/mpd/mpd.pid | 2 +- .stow-local-ignore | 1 + scripts/discord | 3 --- scripts/godot | 3 --- shortcuts/bottles | 1 + shortcuts/discord | 3 +++ shortcuts/godot | 3 +++ 8 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 scripts/discord delete mode 100755 scripts/godot create mode 100755 shortcuts/bottles create mode 100644 shortcuts/discord create mode 100755 shortcuts/godot (limited to '.stow-local-ignore') diff --git a/.bash_profile b/.bash_profile index 81ae1ca..d737e42 100644 --- a/.bash_profile +++ b/.bash_profile @@ -5,7 +5,8 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc export PATH="$PATH:$HOME/.dotfiles/scripts" -export PATH="$PATH:/home/jack/.dotnet/tools" +export PATH="$PATH:$HOME/.dotnet/tools" +export PATH="$PATH:$HOME/.dotfiles/shortcuts" if [[ -t 0 && $(tty) == /dev/tty1 && ! $DISPLAY ]]; then exec dbus-launch --exit-with-session Hyprland diff --git a/.config/mpd/mpd.pid b/.config/mpd/mpd.pid index 3f3c936..1b1818c 100644 --- a/.config/mpd/mpd.pid +++ b/.config/mpd/mpd.pid @@ -1 +1 @@ -1344 +1353 diff --git a/.stow-local-ignore b/.stow-local-ignore index 0ae4a8e..805a30f 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -1,5 +1,6 @@ /files /scripts +/shortcuts .*~undo-tree~ /.git .gitignore diff --git a/scripts/discord b/scripts/discord deleted file mode 100644 index 52af980..0000000 --- a/scripts/discord +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -discord-screenaudio \ No newline at end of file diff --git a/scripts/godot b/scripts/godot deleted file mode 100755 index a2d74f9..0000000 --- a/scripts/godot +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -godot-mono --single-window \ No newline at end of file diff --git a/shortcuts/bottles b/shortcuts/bottles new file mode 100755 index 0000000..bd26412 --- /dev/null +++ b/shortcuts/bottles @@ -0,0 +1 @@ +flatpak run com.usebottles.bottles \ No newline at end of file diff --git a/shortcuts/discord b/shortcuts/discord new file mode 100644 index 0000000..52af980 --- /dev/null +++ b/shortcuts/discord @@ -0,0 +1,3 @@ +#!/bin/sh + +discord-screenaudio \ No newline at end of file diff --git a/shortcuts/godot b/shortcuts/godot new file mode 100755 index 0000000..a2d74f9 --- /dev/null +++ b/shortcuts/godot @@ -0,0 +1,3 @@ +#!/bin/sh + +godot-mono --single-window \ No newline at end of file -- cgit v1.2.3