12 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			235 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| 
 | |
| export TERMINAL="alacritty"
 | |
| 
 | |
| alias vim="nvim"
 | |
| 
 | |
| dbus-update-activation-environment --systemd DISPLAY
 | |
| eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
 | |
| export SSH_AUTH_SOCK
 | |
| 
 | |
| xrdb -merge ~/.Xresources
 | |
| exec i3
 |