(*)~changes to make biber work
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -13,4 +13,5 @@ TAGS
|
||||
/Emacs/.config/emacs/.mail/
|
||||
/Doom/.config/doom/bookmarks
|
||||
/Emacs/.config/emacs/config.el
|
||||
/Emacs/.config/emacs/eglot-eclipse-jdt-cache/
|
||||
/Emacs/.config/emacs/eglot-eclipse-jdt-cache/
|
||||
/Emacs/.config/emacs/eln-cache/
|
||||
@@ -13,19 +13,19 @@ export TERMINAL="alacritty"
|
||||
export BROWSER="chromium"
|
||||
export WEBKIT_FORCE_SANDBOX=0
|
||||
export PF_INFO="ascii title os memory uptime editor wm shell"
|
||||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
|
||||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin/vendor_perl/:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
|
||||
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
||||
export DOTNET_CLI_TELEMTRY_OPTOUT=1
|
||||
export force_color_prompt=yes
|
||||
export DOTNET_ROOT=~/.local/src/dotnet
|
||||
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
|
||||
|
||||
# Import path to systemd
|
||||
systemctl --user import-environment PATH SSH_AUTH_SOCK
|
||||
|
||||
# Setup debuginfod
|
||||
sh /etc/profile.d/debuginfod.sh
|
||||
|
||||
# Import path to systemd
|
||||
systemctl --user import-environment PATH SSH_AUTH_SOCK
|
||||
|
||||
# Run some programs
|
||||
echo "Welcome to..."
|
||||
figlet "Arch Linux"
|
||||
|
||||
@@ -97,6 +97,7 @@ bindkey -M menuselect 'k' vi-down-line-or-history
|
||||
bindkey -M menuselect 'l' vi-forward-char
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
bindkey '^l' clear
|
||||
|
||||
# Cursor
|
||||
function zle-keymap-select {
|
||||
|
||||
@@ -9,7 +9,7 @@ xset s 1800;
|
||||
xrandr --auto --output HDMI1 --primary;
|
||||
xrandr --auto --output eDP1 --right-of HDMI1;
|
||||
xrandr --auto --output VGA1 --primary --mode 1920x1080;
|
||||
xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024;
|
||||
xrandr --auto --output DP1 --right-of VGA1 --mode 1280x1024 --rotate left;
|
||||
|
||||
$(xss-lock --transfer-sleep-lock -- $HOME/.local/scripts/lock) &
|
||||
$HOME/.local/scripts/background &
|
||||
|
||||
Reference in New Issue
Block a user