Add profile files
This commit is contained in:
11
files/.profile
Executable file
11
files/.profile
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
# executed on login
|
||||||
|
|
||||||
|
# manjaro magic
|
||||||
|
export BROWSER=/usr/bin/firefox-nightly
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
# path
|
||||||
|
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin
|
||||||
|
|
||||||
|
# keyboard layout
|
||||||
|
setxkbmap -layout za
|
||||||
@@ -21,9 +21,6 @@ export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
|
|||||||
export GTK_THEME=Pop-gruvbox:light
|
export GTK_THEME=Pop-gruvbox:light
|
||||||
export QT_QPA_PLATFORMTHEME="gtk2"
|
export QT_QPA_PLATFORMTHEME="gtk2"
|
||||||
|
|
||||||
# keyboard layout
|
|
||||||
setxkbmap -layout za
|
|
||||||
|
|
||||||
# start programs
|
# start programs
|
||||||
fcitx -d &
|
fcitx -d &
|
||||||
nextcloud &
|
nextcloud &
|
||||||
@@ -37,9 +34,6 @@ export SDL_IM_MODULE='fcitx'
|
|||||||
export XMODIFIERS='@im=fcitx'
|
export XMODIFIERS='@im=fcitx'
|
||||||
export WINIT_UNIX_BACKEND=x11
|
export WINIT_UNIX_BACKEND=x11
|
||||||
|
|
||||||
# path
|
|
||||||
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin
|
|
||||||
|
|
||||||
# university wants me to use intellij, but dwm rightfully hates it
|
# university wants me to use intellij, but dwm rightfully hates it
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
|
|||||||
1
files/.zprofile
Executable file
1
files/.zprofile
Executable file
@@ -0,0 +1 @@
|
|||||||
|
. ~/.profile
|
||||||
@@ -77,7 +77,6 @@
|
|||||||
(use-package exec-path-from-shell
|
(use-package exec-path-from-shell
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
;; Use ssh agent from env
|
|
||||||
(exec-path-from-shell-copy-env "SSH_AGENT_PID")
|
(exec-path-from-shell-copy-env "SSH_AGENT_PID")
|
||||||
(exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
|
(exec-path-from-shell-copy-env "SSH_AUTH_SOCK")
|
||||||
(exec-path-from-shell-copy-env "PATH")
|
(exec-path-from-shell-copy-env "PATH")
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
path=$(pwd)
|
path=$(pwd)
|
||||||
|
|
||||||
# --- home --- #
|
# --- home --- #
|
||||||
home_files="scripts .bashrc .zshrc .gitconfig .tmux.conf .vimrc .Xresources .xinitrc"
|
home_files="scripts .bashrc .zshrc .gitconfig .tmux.conf .vimrc .Xresources .xinitrc .profile .zprofile"
|
||||||
|
|
||||||
for file in $home_files
|
for file in $home_files
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user