changed layout and added post install options

This commit is contained in:
Luc Bijl 2023-01-25 17:51:15 +01:00
parent f7220c7ed4
commit 65eb57e473
58 changed files with 648 additions and 2256 deletions

View file

@ -0,0 +1,6 @@
# .bash_profile
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc

16
config-files/bash/.bashrc Normal file
View file

@ -0,0 +1,16 @@
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
alias die="pkill -9 "
alias bye="doas poweroff "
alias rb="doas reboot "
alias d="doas "
alias xbi="doas xbps-install "
alias xbr="doas xbps-remove "
alias xbq="xbps-query "
alias xbrc="doas xbps-reconfigure "