bruh
This commit is contained in:
12
home/.zshrc
12
home/.zshrc
@@ -100,11 +100,17 @@ source $ZSH/oh-my-zsh.sh
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
# Keybindings
|
||||
bindkey '^H' backward-kill-word
|
||||
|
||||
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
||||
exec tmux
|
||||
fi
|
||||
|
||||
export QSYS_ROOTDIR="/home/benk/.cache/yay/quartus-free/pkg/quartus-free-quartus/opt/intelFPGA/21.1/quartus/sopc_builder/bin"
|
||||
|
||||
source "/home/ben/dprog/Resources/zephyr_master/zephyr/zephyr-env.sh"
|
||||
source /usr/share/nvm/init-nvm.sh
|
||||
|
||||
[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.nvm"
|
||||
source /usr/share/nvm/nvm.sh
|
||||
source /usr/share/nvm/bash_completion
|
||||
source /usr/share/nvm/install-nvm-exec
|
||||
|
||||
|
||||
5
packages.sh
Normal file → Executable file
5
packages.sh
Normal file → Executable file
@@ -2,8 +2,11 @@
|
||||
|
||||
# Install the packages that the dotfiles need to function properly
|
||||
|
||||
# Dev utils
|
||||
yay -S nvm
|
||||
|
||||
# Manjaro/i3 visuals with Yay
|
||||
yay -S ttf-twemoji xidlehook sysstat i3blocks mpris-ctl flameshot
|
||||
yay -S ttf-twemoji xidlehook sysstat i3blocks mpris-ctl flameshot perl
|
||||
|
||||
# Manjaro/i3 audio with Yay
|
||||
yay -S pulseaudio-equalizer-ladspa mpris-ctl
|
||||
|
||||
Reference in New Issue
Block a user