update to debian

This commit is contained in:
rawley fowler 2022-09-10 09:29:20 -06:00
parent 338df307f8
commit 3bb4d4cb21
3 changed files with 0 additions and 0 deletions

9
debian/home/.bash_profile vendored Normal file
View file

@ -0,0 +1,9 @@
#!/bin/bash
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
pulseaudio --start
startx
[[ -f "$HOME/.Xresources" ]] && xrdb -merge "$HOME/.Xresources"
fi

34
debian/home/.bashrc vendored Normal file
View file

@ -0,0 +1,34 @@
# .bashrc
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias vim='nvim'
alias vi='nvim'
GOPATH="$HOME/.go"
GEM_HOME="$HOME/.gems"
PS1='\W : λ '
export GOPATH
export GEM_HOME
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
[ -f /etc/profile.d/rvm.sh ] && source /etc/profile.d/rvm.sh
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
PATH="/home/rf/perl5/bin${PATH:+:${PATH}}"; export PATH;
PERL5LIB="/home/rf/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="/home/rf/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"/home/rf/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/rf/perl5"; export PERL_MM_OPT;
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
# RVM likes the gem root path to be the first element in the path
PATH="$GEM_HOME/bin:/usr/local/bin/go:$GOPATH/bin:$PATH"

7
debian/home/.xinitrc vendored Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
feh --bg-fill "$HOME/Pictures/Backgrounds/bg_ibm.jpg" &
xrandr --rate 144.00 &
picom &
dwmblocks &
xrdb -merge ~/.Xresources
dwm