Archived
0
0
Fork 0

dotfiles update

This commit is contained in:
Daryl Ronningen 2022-07-09 13:30:21 -07:00
parent 5d8731834e
commit f76db7a177
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
4 changed files with 8 additions and 5 deletions

@ -1 +1 @@
Subproject commit 8df1114f709aceeec12cef6020720c5128f20c5d
Subproject commit 5cd3231464d44f6b8ad1df8900a0f6bbf3180590

4
.emptty Normal file
View file

@ -0,0 +1,4 @@
Selection=true
LoginShell=/bin/bash --login
exec dbus-launch $@

View file

@ -1,3 +1,5 @@
#!/bin/sh
if [ -n "$DESKTOP_SESSION" ];then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
@ -11,4 +13,4 @@ pipewire &
pipewire-pulse &
pipewire-media-session &
exec bspwm
exec dbus-launch $@

3
.zshrc
View file

@ -1,6 +1,3 @@
# Set path
export PATH=$HOME/.local/bin:$HOME/.dotnet/tools:$HOME/.yarn/bin:$HOME/bin:/usr/local/bin:/var/lib/flatpak/exports/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"