Skip to content

Commit

Permalink
Update. Drop old stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoderh committed Apr 1, 2024
1 parent fec86c8 commit 44c0bbe
Show file tree
Hide file tree
Showing 22 changed files with 37 additions and 474 deletions.
5 changes: 0 additions & 5 deletions .config/autostart/ssh-add.desktop

This file was deleted.

22 changes: 0 additions & 22 deletions .config/bspwm/bspwmrc

This file was deleted.

4 changes: 0 additions & 4 deletions .config/chrome-flags.conf

This file was deleted.

142 changes: 0 additions & 142 deletions .config/polybar/config.ini

This file was deleted.

15 changes: 0 additions & 15 deletions .config/samba/smb.conf

This file was deleted.

121 changes: 0 additions & 121 deletions .config/sxhkd/sxhkdrc

This file was deleted.

26 changes: 0 additions & 26 deletions .config/wluma/config.toml

This file was deleted.

5 changes: 0 additions & 5 deletions .config/yay/config.json

This file was deleted.

2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[init]
defaultBranch = master
[alias]
dotfiles = !git --git-dir=$HOME/.dotfiles --work-tree=$HOME
dotfiles = !git --git-dir=$HOME/.local/state/dotfiles --work-tree=$HOME
[push]
autoSetupRemote = true
11 changes: 0 additions & 11 deletions .local/share/libinput/local-overrides.quirks

This file was deleted.

5 changes: 0 additions & 5 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
else
unset MOZ_ENABLE_WAYLAND
fi

if [ -f "/usr/bin/ksshaskpass" ]; then
export SSH_ASKPASS='/usr/bin/ksshaskpass'
export SSH_ASKPASS_REQUIRE=prefer
fi
4 changes: 3 additions & 1 deletion .scripts/arch/alhp-install
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ fi

ARCH=""

if /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v3 (supported, searched)'; then
if /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v4 (supported, searched)'; then
ARCH='x86-64-v4'
elif /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v3 (supported, searched)'; then
ARCH='x86-64-v3'
elif /lib/ld-linux-x86-64.so.2 --help | grep -q 'x86-64-v2 (supported, searched)'; then
ARCH='x86-64-v2'
Expand Down
9 changes: 0 additions & 9 deletions .scripts/arch/archlinuxcn-install

This file was deleted.

Loading

0 comments on commit 44c0bbe

Please sign in to comment.