Update SHELL path and bump submodules
- Change SHELL from /bin/fish to /usr/bin/fish (shouldn't make a difference) - Update doom emacs submodule - Update doom emacs config submodule - Update hyprland submodule
This commit is contained in:
@@ -110,6 +110,7 @@
|
|||||||
- [[#wayland][Wayland]]
|
- [[#wayland][Wayland]]
|
||||||
- [[#winit][Winit]]
|
- [[#winit][Winit]]
|
||||||
- [[#wayland-startup][Wayland Startup]]
|
- [[#wayland-startup][Wayland Startup]]
|
||||||
|
- [[#universal-wayland-session-manager][Universal Wayland Session Manager]]
|
||||||
- [[#justfile][Justfile]]
|
- [[#justfile][Justfile]]
|
||||||
- [[#miscellaneous-scripts][Miscellaneous Scripts]]
|
- [[#miscellaneous-scripts][Miscellaneous Scripts]]
|
||||||
- [[#media-control][Media Control]]
|
- [[#media-control][Media Control]]
|
||||||
@@ -9226,7 +9227,7 @@ Host gitea.sravanbalaji.com
|
|||||||
|
|
||||||
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwm/.xinitrc
|
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwm/.xinitrc
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/bin/fish # Preferred shell
|
export SHELL=/usr/bin/fish # Preferred shell
|
||||||
export EDITOR="emacs" # Default editor
|
export EDITOR="emacs" # Default editor
|
||||||
export GIT_EDITOR="emacs" # Default git editor
|
export GIT_EDITOR="emacs" # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
@@ -9554,7 +9555,7 @@ main $@
|
|||||||
|
|
||||||
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.winitrc
|
#+BEGIN_SRC shell :shebang #!/usr/bin/env bash :tangle dwl/.winitrc
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/bin/fish # Preferred shell
|
export SHELL=/usr/bin/fish # Preferred shell
|
||||||
export EDITOR=emacs # Default editor
|
export EDITOR=emacs # Default editor
|
||||||
export GIT_EDITOR=emacs # Default git editor
|
export GIT_EDITOR=emacs # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
@@ -9703,7 +9704,7 @@ main $@
|
|||||||
#+BEGIN_SRC shell :tangle uwsm/.config/uwsm/env
|
#+BEGIN_SRC shell :tangle uwsm/.config/uwsm/env
|
||||||
# User Settings
|
# User Settings
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/bin/fish # Preferred shell
|
export SHELL=/usr/bin/fish # Preferred shell
|
||||||
export EDITOR=emacs # Default editor
|
export EDITOR=emacs # Default editor
|
||||||
export GIT_EDITOR=emacs # Default git editor
|
export GIT_EDITOR=emacs # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/bin/fish # Preferred shell
|
export SHELL=/usr/bin/fish # Preferred shell
|
||||||
export EDITOR="emacs" # Default editor
|
export EDITOR=emacs # Default editor
|
||||||
export GIT_EDITOR="emacs" # Default git editor
|
export GIT_EDITOR=emacs # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
|
export XDG_CONFIG_HOME=$HOME/.config # Set Config directory
|
||||||
export QT_QPA_PLATFORMTHEME=qt6ct # QGtkStyle
|
export QT_QPA_PLATFORMTHEME=qt6ct # QGtkStyle
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/bin/fish # Preferred shell
|
export SHELL=/usr/bin/fish # Preferred shell
|
||||||
export EDITOR="emacs" # Default editor
|
export EDITOR="emacs" # Default editor
|
||||||
export GIT_EDITOR="emacs" # Default git editor
|
export GIT_EDITOR="emacs" # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
|
Submodule emacs/.config/doom-emacs updated: 56ce6cc284...303dd28db8
Submodule emacs/.config/doom-emacs-config updated: dae83ddfea...d71a35720f
Submodule hyprland/.config/hypr updated: e24d3b67cc...270618456b
@@ -1,6 +1,6 @@
|
|||||||
# User Settings
|
# User Settings
|
||||||
export TERM=xterm-256color # Sets the terminal type
|
export TERM=xterm-256color # Sets the terminal type
|
||||||
export SHELL=/bin/fish # Preferred shell
|
export SHELL=/usr/bin/fish # Preferred shell
|
||||||
export EDITOR=emacs # Default editor
|
export EDITOR=emacs # Default editor
|
||||||
export GIT_EDITOR=emacs # Default git editor
|
export GIT_EDITOR=emacs # Default git editor
|
||||||
export BROWSER=vivaldi-stable # Web Browser
|
export BROWSER=vivaldi-stable # Web Browser
|
||||||
|
Reference in New Issue
Block a user