yagni
This commit is contained in:
parent
9cf48db88d
commit
ddd1f0770e
3 changed files with 0 additions and 156 deletions
23
.bashrc
23
.bashrc
|
@ -1,23 +0,0 @@
|
||||||
stty -ixon
|
|
||||||
shopt -s autocd
|
|
||||||
HISTSIZE= HISTFILESIZE=
|
|
||||||
|
|
||||||
# Set Bash prompt. Capitalize username and host if root user
|
|
||||||
if [ "$EUID" -ne 0 ]
|
|
||||||
then export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]\u\[$(tput setaf 2)\]@\[$(tput setaf 4)\]\h \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]"
|
|
||||||
else export PS1="\[$(tput bold)\]\[$(tput setaf 1)\][\[$(tput setaf 3)\]ROOT\[$(tput setaf 2)\]@\[$(tput setaf 4)\]$(hostname | awk '{print toupper($0)}') \[$(tput setaf 5)\]\W\[$(tput setaf 1)\]]\[$(tput setaf 7)\]\\$ \[$(tput sgr0)\]"
|
|
||||||
fi
|
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
|
||||||
|
|
||||||
alias x="exit"
|
|
||||||
alias push="rsync -avzP "
|
|
||||||
alias ka="killall"
|
|
||||||
alias rf="source ~/.bashrc"
|
|
||||||
alias bb="byobu"
|
|
||||||
alias starwars="telnet towel.blinkenlights.nl"
|
|
||||||
|
|
||||||
# Adding color
|
|
||||||
alias ls='ls -hN --color=auto --group-directories-first'
|
|
||||||
alias crep="grep --color=always" # Color grep - highlight desired sequence.
|
|
||||||
alias ccat="highlight --out-format=xterm256" # Color cat - print file with syntax highlighting.
|
|
15
.xinitrc
15
.xinitrc
|
@ -1,15 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
|
|
||||||
. "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile"
|
|
||||||
else
|
|
||||||
. "$HOME/.xprofile"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# optimus
|
|
||||||
if [ -x $(command -v optimus-manager) ]; then
|
|
||||||
sudo prime-switch
|
|
||||||
prime-offload
|
|
||||||
fi
|
|
||||||
|
|
||||||
wal -R
|
|
||||||
ssh-agent awesome
|
|
118
.zprofile
118
.zprofile
|
@ -1,118 +0,0 @@
|
||||||
#!/bin/zsh
|
|
||||||
|
|
||||||
export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':' -)"
|
|
||||||
|
|
||||||
unsetopt PROMPT_SP
|
|
||||||
|
|
||||||
# Default programs:
|
|
||||||
export EDITOR="nvim"
|
|
||||||
export TERMINAL="kitty"
|
|
||||||
export BROWSER="firefox-developer-edition"
|
|
||||||
|
|
||||||
# Move config files out of home and into .config/
|
|
||||||
export XINITRC="${XDG_CONFIG_HOME:-$HOME/.config}/x11/xinitrc"
|
|
||||||
export GTK2_RC_FILES="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-2.0/gtkrc-2.0"
|
|
||||||
export LESSHISTFILE="-"
|
|
||||||
export INPUTRC="${XDG_CONFIG_HOME:-$HOME/.config}/shell/inputrc"
|
|
||||||
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
|
|
||||||
export KODI_DATA="${XDG_DATA_HOME:-$HOME/.local/share}/kodi"
|
|
||||||
export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/password-store"
|
|
||||||
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
|
|
||||||
export ANDROID_SDK_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/android"
|
|
||||||
export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo"
|
|
||||||
export GOPATH="${XDG_DATA_HOME:-$HOME/.local/share}/go"
|
|
||||||
export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/history"
|
|
||||||
|
|
||||||
# Other program settings:
|
|
||||||
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
|
|
||||||
export LESS=-R
|
|
||||||
export LESS_TERMCAP_mb="$(printf '%b' '[1;31m')"
|
|
||||||
export LESS_TERMCAP_md="$(printf '%b' '[1;36m')"
|
|
||||||
export LESS_TERMCAP_me="$(printf '%b' '[0m')"
|
|
||||||
export LESS_TERMCAP_so="$(printf '%b' '[01;44;33m')"
|
|
||||||
export LESS_TERMCAP_se="$(printf '%b' '[0m')"
|
|
||||||
export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"
|
|
||||||
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
|
||||||
export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null"
|
|
||||||
export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
|
||||||
|
|
||||||
# This is the list for lf icons:
|
|
||||||
export LF_ICONS="di=📁:\
|
|
||||||
fi=📃:\
|
|
||||||
tw=🤝:\
|
|
||||||
ow=📂:\
|
|
||||||
ln=⛓:\
|
|
||||||
or=❌:\
|
|
||||||
ex=🎯:\
|
|
||||||
*.txt=✍:\
|
|
||||||
*.mom=✍:\
|
|
||||||
*.me=✍:\
|
|
||||||
*.ms=✍:\
|
|
||||||
*.png=🖼:\
|
|
||||||
*.webp=🖼:\
|
|
||||||
*.ico=🖼:\
|
|
||||||
*.jpg=📸:\
|
|
||||||
*.jpe=📸:\
|
|
||||||
*.jpeg=📸:\
|
|
||||||
*.gif=🖼:\
|
|
||||||
*.svg=🗺:\
|
|
||||||
*.tif=🖼:\
|
|
||||||
*.tiff=🖼:\
|
|
||||||
*.xcf=🖌:\
|
|
||||||
*.html=🌎:\
|
|
||||||
*.xml=📰:\
|
|
||||||
*.gpg=🔒:\
|
|
||||||
*.css=🎨:\
|
|
||||||
*.pdf=📚:\
|
|
||||||
*.djvu=📚:\
|
|
||||||
*.epub=📚:\
|
|
||||||
*.csv=📓:\
|
|
||||||
*.xlsx=📓:\
|
|
||||||
*.tex=📜:\
|
|
||||||
*.md=📘:\
|
|
||||||
*.r=📊:\
|
|
||||||
*.R=📊:\
|
|
||||||
*.rmd=📊:\
|
|
||||||
*.Rmd=📊:\
|
|
||||||
*.m=📊:\
|
|
||||||
*.mp3=🎵:\
|
|
||||||
*.opus=🎵:\
|
|
||||||
*.ogg=🎵:\
|
|
||||||
*.m4a=🎵:\
|
|
||||||
*.flac=🎼:\
|
|
||||||
*.wav=🎼:\
|
|
||||||
*.mkv=🎥:\
|
|
||||||
*.mp4=🎥:\
|
|
||||||
*.webm=🎥:\
|
|
||||||
*.mpeg=🎥:\
|
|
||||||
*.avi=🎥:\
|
|
||||||
*.mov=🎥:\
|
|
||||||
*.mpg=🎥:\
|
|
||||||
*.wmv=🎥:\
|
|
||||||
*.m4b=🎥:\
|
|
||||||
*.flv=🎥:\
|
|
||||||
*.zip=📦:\
|
|
||||||
*.rar=📦:\
|
|
||||||
*.7z=📦:\
|
|
||||||
*.tar.gz=📦:\
|
|
||||||
*.z64=🎮:\
|
|
||||||
*.v64=🎮:\
|
|
||||||
*.n64=🎮:\
|
|
||||||
*.gba=🎮:\
|
|
||||||
*.nes=🎮:\
|
|
||||||
*.gdi=🎮:\
|
|
||||||
*.1=ℹ:\
|
|
||||||
*.nfo=ℹ:\
|
|
||||||
*.info=ℹ:\
|
|
||||||
*.log=📙:\
|
|
||||||
*.iso=📀:\
|
|
||||||
*.img=📀:\
|
|
||||||
*.bib=🎓:\
|
|
||||||
*.ged=👪:\
|
|
||||||
*.part=💔:\
|
|
||||||
*.torrent=🔽:\
|
|
||||||
*.jar=♨:\
|
|
||||||
*.java=♨:\
|
|
||||||
"
|
|
||||||
|
|
||||||
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && shortcuts >/dev/null 2>&1 &
|
|
Loading…
Add table
Reference in a new issue