Updated all for my Lenovo x201 with i3 WM
This commit is contained in:
parent
0931f9d30b
commit
6a6fd2f2da
50 changed files with 4165 additions and 1 deletions
77
dotfiles/Xresources
Normal file
77
dotfiles/Xresources
Normal file
|
@ -0,0 +1,77 @@
|
|||
! Define base colors
|
||||
#define WHITE #ffffff
|
||||
#define BLACK #101010
|
||||
#define BLACK_LIGHT #cecece
|
||||
#define GREY_EXTRA_LIGHT #f2f2f2
|
||||
! Blue
|
||||
#define BLUE_EXTRA_LIGHT #4bb8fd
|
||||
#define BLUE_SUPER_LIGHT #2aa7e7
|
||||
#define BLUE_LIGHT #0071ff
|
||||
#define BLUE #004f9e
|
||||
#define BLUE_DARK #1d202f
|
||||
! Purple
|
||||
#define PURPLE_LIGHT #a020f0
|
||||
! Red
|
||||
#define RED_EXTRA_LIGHT #ff361e
|
||||
#define RED_SUPER_LIGHT #ec0048
|
||||
#define RED_LIGHT #ef0051
|
||||
! Green
|
||||
#define GREEN_LIGHT #93ff00
|
||||
! Amber
|
||||
#define AMBER_LIGHT #ffc005
|
||||
|
||||
|
||||
! General settins
|
||||
URxvt.geometry: 94x47
|
||||
URxvt.saveLines: 10000
|
||||
URxvt.scrollBar: true
|
||||
URxvt.scrollBar_right: true
|
||||
URxvt.scrollColor: BLUE_EXTRA_LIGHT
|
||||
URxvt.scrollBar_floating: true
|
||||
URxvt.scrollstyle: plain
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.cursorUnderline: true
|
||||
|
||||
! Colors
|
||||
! Blue
|
||||
URxvt.depth: 32
|
||||
URxvt.background: rgba:5e5e/5e5e/5e5e/AAAA
|
||||
URxvt.foreground: BLACK_LIGHT
|
||||
URxvt.cursorColor: BLUE_EXTRA_LIGHT
|
||||
URxvt.color0: BLACK
|
||||
URxvt.color1: RED_EXTRA_LIGHT
|
||||
URxvt.color2: GREEN_LIGHT
|
||||
URxvt.color3: WHITE
|
||||
URxvt.color4: BLUE
|
||||
URxvt.color5: RED_SUPER_LIGHT
|
||||
URxvt.color6: BLUE_SUPER_LIGHT
|
||||
URxvt.color7: BLACK_LIGHT
|
||||
URxvt.color8: BLUE_DARK
|
||||
URxvt.color9: RED_EXTRA_LIGHT
|
||||
URxvt.color10: AMBER_LIGHT
|
||||
URxvt.color11: GREEN_LIGHT
|
||||
URxvt.color12: BLUE_LIGHT
|
||||
URxvt.color13: RED_LIGHT
|
||||
URxvt.color14: BLUE_EXTRA_LIGHT
|
||||
URxvt.color15: PURPLE_LIGHT
|
||||
|
||||
! Fonts
|
||||
URxvt.font: xft:DejaVu Sans Mono:size=8:antialias=true:hinting=true
|
||||
URxvt.boldFont: xft:DejaVu Sans Mono:size=8
|
||||
URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=8
|
||||
|
||||
! Extensions
|
||||
URxvt.perl-ext-common: default,matcher,tabbed
|
||||
! Tab
|
||||
URxvt.tabbed.tabbar-fg: 4
|
||||
URxvt.tabbed.tabbar-bg: 0
|
||||
URxvt.tabbed.tab-fg: 7
|
||||
URxvt.tabbed.tab-bg: 14
|
||||
! Auto click
|
||||
URxvt.url-launcher: /usr/bin/xdg-open
|
||||
|
||||
URxvt.matcher.button: 1
|
||||
URxvt.matcher.rend.0: Uline Bold fg5
|
||||
|
||||
! Icon
|
||||
URxvt.iconFile: /usr/share/icons/Tango/scalable/apps/terminal.svg
|
25
dotfiles/aliases
Normal file
25
dotfiles/aliases
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Default aliases
|
||||
alias ls="ls --color=auto"
|
||||
alias mv="mv -v"
|
||||
alias la="ls -a"
|
||||
alias ll="ls -l"
|
||||
alias lh="ls -lah"
|
||||
alias grep="grep --color=auto -n"
|
||||
alias diff='diff --color=auto'
|
||||
alias yarn="yarn --emoji true"
|
||||
|
||||
# Sound
|
||||
alias rpLQ='mpv http://radioperfecto.net-radio.fr/perfecto.mp3'
|
||||
alias rpHQ='mpv http://radioperfecto.net-radio.fr:80/perfecto.aac'
|
||||
alias rp='rpHQ'
|
||||
alias 107='mpv http://15363.live.streamtheworld.com/KSANFMAAC192.aac'
|
||||
alias onlyrock='mpv http://ns508363.ip-198-100-145.net:8080/onlyrockradio.mp3'
|
||||
alias fuzz='mpv http://18193.live.streamtheworld.com/SAM04AAC335.mp3'
|
||||
alias rx3='mpv http://37.59.28.208:8217/stream/1/'
|
||||
alias heavy1='mpv https://listen.radioking.com/radio/119653/stream/159121'
|
||||
alias lagrosseRock='mpv http://hd.lagrosseradio.info/lagrosseradio-rock-192.mp3'
|
||||
alias lagrosseMetal='mpv http://hd.lagrosseradio.info/lagrosseradio-metal-192.mp3'
|
||||
alias lagrosseReggae='mpv http://hd.lagrosseradio.info/lagrosseradio-reggae-192.mp3'
|
||||
alias radioDoom='mpv -playlist http://kuorinka.duckdns.org:2718/doom.m3u'
|
||||
|
||||
alias dh="dfc -t xfs,ext2 2>/dev/null"
|
25
dotfiles/exports
Normal file
25
dotfiles/exports
Normal file
|
@ -0,0 +1,25 @@
|
|||
# PATH
|
||||
export PATH=$PATH:$HOME/Android/Sdk/emulator:$HOME/Bin:$HOME/.local/bin:$HOME/Projects/dbroqua/resizePictures:/snap/bin
|
||||
|
||||
# AWS
|
||||
export AWS_ACCESS_KEY_ID=AKIAIEF2NED5JMNIOFXQ
|
||||
export AWS_SECRET_ACCESS_KEY=7813hcgTI4orTXHZX/q9eEjrMOoCR4Qp3istQUkf
|
||||
|
||||
# Android
|
||||
export ANDROID_HOME=$HOME/Android/Sdk
|
||||
export PATH=$PATH:$ANDROID_HOME/emulator
|
||||
export PATH=$PATH:$ANDROID_HOME/tools
|
||||
export PATH=$PATH:$ANDROID_HOME/tools/bin
|
||||
export PATH=$PATH:$ANDROID_HOME/platform-tools
|
||||
|
||||
# Override
|
||||
export EDITOR='vim'
|
||||
export LESS=-R
|
||||
export LESS_TERMCAP_mb=$'\E[1;31m' # begin bold
|
||||
export LESS_TERMCAP_md=$'\E[1;36m' # begin blink
|
||||
export LESS_TERMCAP_me=$'\E[0m' # reset bold/blink
|
||||
export LESS_TERMCAP_so=$'\E[01;44;33m' # begin reverse video
|
||||
export LESS_TERMCAP_se=$'\E[0m' # reset reverse video
|
||||
export LESS_TERMCAP_us=$'\E[1;32m' # begin underline
|
||||
export LESS_TERMCAP_ue=$'\E[0m' # reset underline
|
||||
|
152
dotfiles/zshrc
Normal file
152
dotfiles/zshrc
Normal file
|
@ -0,0 +1,152 @@
|
|||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="/home/dbroqua/.oh-my-zsh"
|
||||
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||
#ZSH_THEME="robbyrussell"
|
||||
ZSH_THEME="xiong-chiamiov-plus"
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||
# a theme from this variable instead of looking in ~/.oh-my-zsh/themes/
|
||||
# If set to an empty array, this variable will have no effect.
|
||||
# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" )
|
||||
|
||||
# Uncomment the following line to use case-sensitive completion.
|
||||
# CASE_SENSITIVE="true"
|
||||
|
||||
# Uncomment the following line to use hyphen-insensitive completion.
|
||||
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
||||
# HYPHEN_INSENSITIVE="true"
|
||||
|
||||
# Uncomment the following line to disable bi-weekly auto-update checks.
|
||||
# DISABLE_AUTO_UPDATE="true"
|
||||
|
||||
# Uncomment the following line to automatically update without prompting.
|
||||
# DISABLE_UPDATE_PROMPT="true"
|
||||
|
||||
# Uncomment the following line to change how often to auto-update (in days).
|
||||
# export UPDATE_ZSH_DAYS=13
|
||||
|
||||
# Uncomment the following line if pasting URLs and other text is messed up.
|
||||
# DISABLE_MAGIC_FUNCTIONS=true
|
||||
|
||||
# Uncomment the following line to disable colors in ls.
|
||||
# DISABLE_LS_COLORS="true"
|
||||
|
||||
# Uncomment the following line to disable auto-setting terminal title.
|
||||
# DISABLE_AUTO_TITLE="true"
|
||||
|
||||
# Uncomment the following line to enable command auto-correction.
|
||||
ENABLE_CORRECTION="true"
|
||||
|
||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
|
||||
# Uncomment the following line if you want to disable marking untracked files
|
||||
# under VCS as dirty. This makes repository status check for large repositories
|
||||
# much, much faster.
|
||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
|
||||
# Uncomment the following line if you want to change the command execution time
|
||||
# stamp shown in the history command output.
|
||||
# You can set one of the optional three formats:
|
||||
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
||||
# or set a custom format using the strftime function format specifications,
|
||||
# see 'man strftime' for details.
|
||||
# HIST_STAMPS="mm/dd/yyyy"
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||
|
||||
# Which plugins would you like to load?
|
||||
# Standard plugins can be found in ~/.oh-my-zsh/plugins/*
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(
|
||||
git
|
||||
git-flow
|
||||
compleat
|
||||
encode64
|
||||
sudo
|
||||
docker
|
||||
gradle
|
||||
yarn
|
||||
node
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# User configuration
|
||||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# You may need to manually set your language environment
|
||||
# export LANG=en_US.UTF-8
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
# if [[ -n $SSH_CONNECTION ]]; then
|
||||
# export EDITOR='vim'
|
||||
# else
|
||||
# export EDITOR='mvim'
|
||||
# fi
|
||||
|
||||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
# Set personal aliases, overriding those provided by oh-my-zsh libs,
|
||||
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
||||
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
||||
# For a full list of active aliases, run `alias`.
|
||||
#
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
export EDITOR='vim'
|
||||
else
|
||||
export EDITOR="mvim"
|
||||
fi
|
||||
|
||||
zstyle -s ':completion:*:hosts' hosts _ssh_config
|
||||
[[ -r ~/.ssh/config ]] && _ssh_config+=($(cat ~/.ssh/config | sed -ne 's/Host[=\t ]//p'))
|
||||
zstyle ':completion:*:hosts' hosts $_ssh_config
|
||||
|
||||
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
||||
source /etc/profile.d/vte.sh
|
||||
fi
|
||||
|
||||
#if [ -f ~/.ssh/agent.env ] ; then
|
||||
# . ~/.ssh/agent.env > /dev/null
|
||||
# if ! kill -0 $SSH_AGENT_PID > /dev/null 2>&1; then
|
||||
# echo "Stale agent file found. Spawning a new agent. "
|
||||
# eval `ssh-agent | tee ~/.ssh/agent.env`
|
||||
# ssh-add
|
||||
# fi
|
||||
#else
|
||||
# echo "Starting ssh-agent"
|
||||
# eval `ssh-agent | tee ~/.ssh/agent.env`
|
||||
# ssh-add
|
||||
#fi
|
||||
|
||||
if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||
eval `ssh-agent -s`
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
fi
|
||||
|
||||
# Load exports
|
||||
source ~/.exports
|
||||
|
||||
# Load aliases
|
||||
source ~/.aliases
|
||||
source ~/.aliases.private
|
||||
|
||||
neofetch
|
||||
dh
|
Loading…
Add table
Add a link
Reference in a new issue