Compare commits
1 Commits
work_lapto
...
home_deskt
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1fed155d4a |
137
i3wm/config
@@ -1,20 +1,9 @@
|
||||
#######################################
|
||||
# _____ ____ #
|
||||
# |_ _||___ \ #
|
||||
# | | __) |__ __ _ __ ___ #
|
||||
# | | |__ < \ \ /\ / /| '_ ` _ \ #
|
||||
# _| |_ ___) | \ V V / | | | | | | #
|
||||
# |_____||____/ \_/\_/ |_| |_| |_| #
|
||||
# #
|
||||
#######################################
|
||||
|
||||
#############################################
|
||||
# General configurations #
|
||||
#############################################
|
||||
|
||||
# font
|
||||
set $font "pango:Droid Sans Mono 10"
|
||||
#set $font "pagno:Droid Sans Mono for Powerline 10"
|
||||
set $font "pango:RobotoMono 12"
|
||||
font $font
|
||||
|
||||
# floating modifier
|
||||
@@ -23,15 +12,16 @@ font $font
|
||||
set $mod mod4
|
||||
floating_modifier $mod
|
||||
|
||||
# remove window decorations
|
||||
new_window pixel
|
||||
#gaps
|
||||
gaps inner 13
|
||||
gaps outer 5
|
||||
|
||||
###border
|
||||
new_window pixel 3
|
||||
|
||||
# focus follows mouse
|
||||
focus_follows_mouse yes
|
||||
|
||||
##border
|
||||
new_window pixel 3
|
||||
|
||||
|
||||
#############################################
|
||||
# Script Section #
|
||||
@@ -41,44 +31,35 @@ new_window pixel 3
|
||||
# "xev" and "showkeys" can be usefull to determine the keycodes.
|
||||
#
|
||||
|
||||
# sound softkeys management
|
||||
#bindsym XF86AudioRaiseVolume exec ~/.i3/util/volnotid.sh up
|
||||
#bindsym XF86AudioLowerVolume exec ~/.i3/util/volnotid.sh down
|
||||
#bindsym XF86AudioMute exec ~/.i3/util/volnotid.sh mute
|
||||
bindsym XF86AudioRaiseVolume exec amixer -q sset Master 10%- unmute && killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioLowerVolume exec amixer -q sset Master 10%+ unmute && killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioMute exec amixer -q sset Master toggle && killall -SIGUSR1 i3status
|
||||
# Sound softkeys management
|
||||
bindsym Print exec ~/.i3/util/volnotid.sh down
|
||||
bindsym Scroll_Lock exec ~/.i3/util/volnotid.sh up
|
||||
bindsym Pause exec ~/.i3/util/volnotid.sh mute
|
||||
|
||||
# display brightness management
|
||||
# Display brightness management
|
||||
bindsym XF86MonBrightnessUp exec "xbacklight +10"
|
||||
bindsym XF86MonBrightnessDown exec "xbacklight -10"
|
||||
|
||||
# webcam
|
||||
bindym XF86WebCam exec /bin/cheese
|
||||
|
||||
# lenovo Key wifi-menu
|
||||
# Lenovo Key wifi-menu
|
||||
bindsym XF86Launch1 exec urxvt -e sh -c "sudo wifi-menu wlp3s0"
|
||||
|
||||
# jauth two factor authenticator
|
||||
bindsym $mod+F1 exec /opt/JAuth/authenticator.sh google
|
||||
bindsym $mod+F2 exec /opt/JAuth/authenticator.sh facebook
|
||||
bindsym $mod+F3 exec /opt/JAuth/authenticator.sh dropbox
|
||||
bindsym $mod+F1 exec ~/.i3/util/authenticator.sh google
|
||||
bindsym $mod+F2 exec ~/.i3/util/authenticator.sh facebook
|
||||
bindsym $mod+F3 exec ~/.i3/util/authenticator.sh dropbox
|
||||
|
||||
# start dmenu-launcher
|
||||
bindsym $mod+d exec ~/.i3/util/i3dmenu-wrapper.sh
|
||||
|
||||
# lock i3 with i3lock
|
||||
#bindsym $mod+Shift+x exec i3lock -c 000000
|
||||
bindsym $mod+Shift+x exec ~/.i3/util/i3blur.py
|
||||
bindsym $mod+Shift+x exec ~/.i3/util/i3blur.py && systemctl suspend
|
||||
|
||||
#############################################
|
||||
# Keymaps #
|
||||
#############################################
|
||||
|
||||
# start terminal
|
||||
#bindsym $mod+Return exec --no-startup-id gnome-terminal
|
||||
#bindsym $mod+Return exec --no-startup-id urxvt
|
||||
bindsym $mod+Return exec --no-startup-id urxvtc
|
||||
bindsym $mod+Return exec --no-startup-id i3-sensible-terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -191,8 +172,8 @@ mode "resize" {
|
||||
}
|
||||
|
||||
#############################################
|
||||
# Colors #
|
||||
#############################################
|
||||
## Colors #
|
||||
##############################################
|
||||
|
||||
# Darkbrown colorscheme
|
||||
set $DARKBROWN #402e2e
|
||||
@@ -201,8 +182,7 @@ set $DARKGREY #1f1f1f
|
||||
set $DARKRED #9b0e0e
|
||||
|
||||
# Solarized colorscheme
|
||||
#set $BACKGROUND #002b36
|
||||
set $BACKGROUND #1c5b98
|
||||
set $BACKGROUND #20444d
|
||||
set $FOREGROUND #93a1a1
|
||||
set $LIGHTGREY #dc322f
|
||||
set $GREEN #b0cc54
|
||||
@@ -222,11 +202,13 @@ client.background #ffffff
|
||||
#client.urgent $DARKBROWN $DARKBROWN $LIGHTBROWN $LIGHTBROWN $DARKBROWN
|
||||
|
||||
# Solarized colorscheme
|
||||
# name #border #background #text #indicator #child_border
|
||||
client.focused $FOREGROUND $MAGENTA $GREEN $GREEN $MAGENTA
|
||||
client.unfocused $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
||||
client.focused_inactive $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
||||
client.urgent $BACKGROUND $BACKGROUND $BACKGROUND $GREEN $BACKGROUND
|
||||
# name #border #background #text #indicator #child_border
|
||||
client.focused $MAGENTA $BACKGROUND $GREEN $GREEN $MAGENTA
|
||||
client.unfocused $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
||||
client.focused_inactive $BACKGROUND $BACKGROUND $GREEN $GREEN $BACKGROUND
|
||||
client.urgent $BACKGROUND $BACKGROUND $BACKGROUND $GREEN $BACKGROUND
|
||||
|
||||
|
||||
|
||||
#############################################
|
||||
# i3-bar #
|
||||
@@ -237,22 +219,9 @@ bar {
|
||||
font $font
|
||||
i3bar_command /usr/bin/i3bar
|
||||
status_command i3status -c ~/.i3/i3status.conf
|
||||
separator_symbol ""
|
||||
|
||||
# Darkbrown colorscheme
|
||||
# colors {
|
||||
# statusline $LIGHTBROWN
|
||||
# background $DARKGREY
|
||||
# separator $DARKRED
|
||||
#
|
||||
# # name #border #bg #text
|
||||
# focused_workspace $LIGHTBROWN $DARKBROWN $LIGHTBROWN
|
||||
# active_workspace $DARKBROWN $DARKBROWN $LIGHTBROWN
|
||||
# inactive_workspace $DARKBROWN $DARKBROWN $LIGHTBROWN
|
||||
# urgent_workspace $DARKBROWN $DARKBROWN $LIGHTBROWN
|
||||
# }
|
||||
|
||||
# Solarized colorscheme
|
||||
separator_symbol " "
|
||||
|
||||
# Solarized colorscheme
|
||||
colors {
|
||||
statusline $GREEN
|
||||
background $BACKGROUND
|
||||
@@ -263,7 +232,7 @@ bar {
|
||||
active_workspace $BACKGROUND $BACKGROUND $GREEN
|
||||
inactive_workspace $BACKGROUND $BACKGROUND $GREEN
|
||||
urgent_workspace $BACKGROUND $BACKGROUND $GREEN
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#############################################
|
||||
@@ -275,51 +244,51 @@ for_window [class="Thunar"] floating enable
|
||||
for_window [class="Nautilus"] floating enable
|
||||
for_window [class="GParted"] floating enable
|
||||
for_window [class="Gedit"] floating enable
|
||||
#for_window [class="Evince"] floating enable
|
||||
for_window [class="Evince"] floating enable
|
||||
for_window [class="Telegram"] floating enable
|
||||
for_window [class="teamspeak3"] floating enable
|
||||
for_window [class="rhythmbox"] floating enable
|
||||
for_window [class="LibreOffice"] floating enable
|
||||
for_window [class="JAuth"] floating enable
|
||||
for_window [class="plecs"] floating enable
|
||||
|
||||
# 0px Border
|
||||
#for_window [class="chrome"] border none
|
||||
for_window [class="chrome"] border none
|
||||
for_window [class="Firefox"] border none
|
||||
|
||||
# 1px Border
|
||||
#for_window [class="URxvt" ] border 1pixel
|
||||
for_window [class="URxvt" ] border 1pixel
|
||||
|
||||
#############################################
|
||||
# auto start with i3 #
|
||||
#############################################
|
||||
|
||||
# terminal daemon
|
||||
exec --no-startup-id urxvtd --quiet --opendisplay --fork
|
||||
|
||||
# pidgin chat cliente
|
||||
exec --no-startup-id pidgin
|
||||
|
||||
# less eye pain
|
||||
exec --no-startup-id redshift-gtk
|
||||
exec --no-startup-id compton -cCGbD 10
|
||||
exec --no-startup-id compton --config ~/.compton.conf
|
||||
|
||||
# no beep!
|
||||
# fucking no beep!
|
||||
exec --no-startup-id xset b off
|
||||
|
||||
# set dpi for my monitor
|
||||
#exec --no-startup-id xrandr --dpi 81
|
||||
exec --no-startup-id xrandr --dpi 81
|
||||
|
||||
# set mouse accel
|
||||
#exec --no-startup-id xset m 1/4 1
|
||||
exec --no-startup-id xset m 1 1
|
||||
exec --no-startup-id xset m 1/4 1
|
||||
|
||||
# volnoti volume changer
|
||||
exec --no-startup-id volnoti
|
||||
|
||||
# numlock on by default
|
||||
#exec --no-startup-id numlockx on
|
||||
|
||||
# nm-applet (yehhh vpn ...)
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id numlockx on
|
||||
|
||||
# wallpapers
|
||||
#exec --no-startup-id ~/.i3/util/wallpapers.sh
|
||||
exec --no-startup-id feh --bg-scale ~/.wallpapers/puzzle1.png
|
||||
exec --no-startup-id nitrogen --restore
|
||||
|
||||
# archlinux update notifier
|
||||
exec --no-startup-id aarchup
|
||||
|
||||
# dropbox daemon
|
||||
exec dropbox start
|
||||
|
||||
# telegram
|
||||
exec /bin/telegram-desktop
|
||||
|
||||
@@ -1,18 +1,9 @@
|
||||
########################################
|
||||
# _ ____ _ _ #
|
||||
# (_)___ \ | | | | #
|
||||
# _ __) |___| |_ __ _| |_ _ _ ___ #
|
||||
# | ||__ </ __| __/ _` | __| | | / __| #
|
||||
# | |___) \__ \ || (_| | |_| |_| \__ \ #
|
||||
# |_|____/|___/\__\__,_|\__|\__,_|___/ #
|
||||
# #
|
||||
########################################
|
||||
#
|
||||
# i3status configuration file.
|
||||
# see "man i3status" for documentation.
|
||||
#
|
||||
|
||||
# It is important that this file is edited as UTF-8.
|
||||
# The following line should contain a sharp s: ß
|
||||
# The following line should contain a sharp s:
|
||||
# ß
|
||||
# If the above line is not correctly displayed, fix your editor first!
|
||||
|
||||
general {
|
||||
@@ -20,61 +11,59 @@ general {
|
||||
interval = 1
|
||||
}
|
||||
|
||||
order += "ipv6"
|
||||
order += "battery 0"
|
||||
#order += "ipv6"
|
||||
order += "disk /home"
|
||||
order += "disk /"
|
||||
order += "wireless wlp1s0"
|
||||
order += "ethernet enp0s31f6"
|
||||
order += "disk /media/Data1"
|
||||
order += "disk /media/Data2"
|
||||
order += "run_watch VPN"
|
||||
order += "ethernet eth0"
|
||||
order += "cpu_temperature 0"
|
||||
order += "volume master"
|
||||
order += "tztime local"
|
||||
|
||||
wireless wlp1s0 {
|
||||
format_up = "📡 (%quality @ %essid, %bitrate) %ip"
|
||||
format_down = "📡 down"
|
||||
}
|
||||
|
||||
ethernet enp0s31f6 {
|
||||
ethernet eth0 {
|
||||
format_up = "🔌 %ip (%speed)"
|
||||
format_down = "🔌 down"
|
||||
}
|
||||
|
||||
battery 0 {
|
||||
format = "%status %percentage (%remaining @ %consumption)"
|
||||
format_down = "No battery"
|
||||
last_full_capacity = false # true: relative capaciy, false: true capacity left
|
||||
status_chr = "⚇ CHR"
|
||||
status_bat = "⚡ BAT"
|
||||
status_full = "☻ FULL"
|
||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||
threshold_type = time
|
||||
low_threshold = 10
|
||||
run_watch DHCP {
|
||||
pidfile = "/var/run/dhclient*.pid"
|
||||
}
|
||||
|
||||
run_watch VPN {
|
||||
pidfile = "/var/run/vpn/pid"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
|
||||
format = " 📅 %d-%m-%Y 🕑 %H:%M:%S"
|
||||
}
|
||||
|
||||
cpu_temperature 0 {
|
||||
format = "🌡 %degrees °C"
|
||||
max_threshold = 70
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input"
|
||||
}
|
||||
|
||||
disk "/home" {
|
||||
format = "/home %free"
|
||||
prefix_type = "binary"
|
||||
max_threshold = 65
|
||||
path = "/sys/devices/platform/coretemp.0/hwmon/hwmon1/temp1_input"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = "root %free"
|
||||
prefix_type = "binary"
|
||||
format = "root: %free"
|
||||
}
|
||||
|
||||
disk "/home" {
|
||||
format = "home: %free"
|
||||
}
|
||||
|
||||
disk "/media/Data1" {
|
||||
format = "data1: %free"
|
||||
}
|
||||
|
||||
disk "/media/Data2" {
|
||||
format = "data2: %free"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "♪ %volume"
|
||||
format_muted = "♪ muted"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
}
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
# yaourt -S jauth-git
|
||||
#
|
||||
|
||||
SECRET_GOOGLE="asdf"
|
||||
SECRET_FACEBOOK="asdf"
|
||||
SECRET_DROPBOX="asdf"
|
||||
SECRET_GOOGLE="There"
|
||||
SECRET_FACEBOOK="IsJust"
|
||||
SECRET_DROPBOX="NoWayImUploadingThisToGit"
|
||||
|
||||
ARG="${1}"
|
||||
|
||||
|
||||
@@ -27,10 +27,21 @@ sz = w.get_size()
|
||||
print "[DEBUG]: The size of the window is %d x %d" % sz
|
||||
|
||||
# Get a drawable with the size of the desktop
|
||||
scr = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, False, 8, sz[0], sz[1])
|
||||
scr = gtk.gdk.Pixbuf( gtk.gdk.COLORSPACE_RGB,
|
||||
False,
|
||||
8,
|
||||
sz[0],
|
||||
sz[1])
|
||||
|
||||
# Fill it with the screenshot
|
||||
scr = scr.get_from_drawable(w, w.get_colormap(), 0, 0, 0, 0, sz[0], sz[1])
|
||||
scr = scr.get_from_drawable(w,
|
||||
w.get_colormap(),
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
sz[0],
|
||||
sz[1])
|
||||
|
||||
# Save the screenshot as png
|
||||
if(scr != None):
|
||||
@@ -41,7 +52,7 @@ else:
|
||||
|
||||
# Load the screenshot as image and blur it
|
||||
iml = Image.open("/tmp/i3screen.png")
|
||||
iml = iml.filter(ImageFilter.GaussianBlur(8))
|
||||
iml = iml.filter(ImageFilter.BLUR)
|
||||
|
||||
# Save the blured screenshot and call i3lock
|
||||
if(iml != None):
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
# yaourt -S volnoti
|
||||
#
|
||||
|
||||
|
||||
VOLUME=$(amixer get Master | grep Mono: | sed 's|[^[]*\[\([0-9]*\).*|\1|')
|
||||
VALUE=3dB
|
||||
MUTE=0
|
||||
|
||||
13
setup.sh
@@ -36,9 +36,7 @@ BAKFILES=".i3
|
||||
.zshrc
|
||||
.tmux.conf
|
||||
.vimrc
|
||||
.Xdefaults
|
||||
.ncmpcpp/config
|
||||
.mpd/mpd.conf"
|
||||
.Xdefaults"
|
||||
|
||||
BAKFOLD="$HOME/.dotfilebackup"
|
||||
|
||||
@@ -61,9 +59,8 @@ if [ "$1" == "clean" ]; then
|
||||
fi
|
||||
|
||||
# Clone the repository if it doesn't exist
|
||||
if [ ! -e $DOTFILES ]; then
|
||||
if [ ! -e "$HOME/.dotfiles/" ]; then
|
||||
git clone https://github.com/id101010/LinuxDotFiles.git $DOTFILES
|
||||
rm -rf $DOTFILES/.git
|
||||
fi
|
||||
|
||||
# ------------------------------------------------ Setup I3wm
|
||||
@@ -83,9 +80,3 @@ ln -sfv $DOTFILES/urxvt/Xdefaults $HOME/.Xdefaults
|
||||
|
||||
# ------------------------------------------------ Setup wallpapers
|
||||
ln -sfv $DOTFILES/wallpapers/ $HOME/.wallpapers
|
||||
|
||||
# ------------------------------------------------ Setup mpd
|
||||
ln -sfv $DOTFILES/mpd/ $HOME/.mpd
|
||||
|
||||
# ------------------------------------------------ Setup ncmpcpp
|
||||
ln -sfv $DOTFILES/ncmpcpp/ $HOME/.ncmpcpp
|
||||
|
||||
@@ -8,9 +8,15 @@
|
||||
# #
|
||||
################################
|
||||
|
||||
Xcursor.theme: adwaita
|
||||
Xcursor.size: 16
|
||||
|
||||
# Real transparency -> needs composite manager
|
||||
URxvt.depth: 32
|
||||
URxvt.background: rgba:0000/0000/0200/1fff
|
||||
URxvt.background: rgba:0000/0000/0200/afff
|
||||
|
||||
# Fake transparency
|
||||
#URxvt.transparent: true
|
||||
#URxvt.shading: 30
|
||||
|
||||
URxvt.tintColor: White
|
||||
@@ -18,9 +24,12 @@ URxvt.saveLines: 9000000
|
||||
URxvt.foreground: Grey
|
||||
|
||||
# Fonts For Powerlinefonts: https://github.com/powerline/fonts (Arch linux -> AUR)
|
||||
URxvt.font: xft:Ubuntu mono:medium:size=12,xft:Ubuntu Mono derivative Powerline:pixelsize=12
|
||||
xterm.faceName: xft:Ubuntu mono:medium:size=12,xft:Ubuntu Mono derivative Powerline:pixelsize=12
|
||||
#URxvt.font: xft:DejaVu Sans Mono:medium:size=12,xft:DejaVu Sans Mono for Powerline:pixelsize=12
|
||||
#URxvt.font: xft:Droid Sans Mono:pixelsize=18:antialias=true:hinting=true
|
||||
#URxvt.boldFont: xft:Droid Sans Mono:bold:pixelsize=18:antialias=true:hinting=true
|
||||
#URxvt.tabbed.font: xft:Droid Sans Mono:pixelsize=18:antialias=true:hinting=true
|
||||
URxvt.font: xft:Roboto Mono for Powerline:pixelsize=15:antialias=true:hinting=false
|
||||
URxvt.boldFont: xft:RobotoMono for Powerline :bold:pixelsize=14:antialias=true:hinting=true
|
||||
URxvt.tabbed.font: xft:RobotoMono for Powerline :pixelsize=14:antialias=true:hinting=true
|
||||
|
||||
# Misc configurations
|
||||
URxvt.colorUL: #4682B4
|
||||
@@ -36,7 +45,7 @@ URxvt.inheritPixmap: true
|
||||
# Scroll behavior, don't scroll with output
|
||||
URxvt.scrollBar: false
|
||||
URxvt.secondaryScroll: true
|
||||
URxvt.scrollTtyOutput: false
|
||||
URxvt.scrollTtyOutput: false
|
||||
URxvt.scrollWithBuffer: true
|
||||
URxvt.scrollTtyKeypress: true
|
||||
|
||||
|
||||
35
vim/vimrc
@@ -34,29 +34,21 @@ endif
|
||||
" Start Vundle stuff "
|
||||
call vundle#begin()
|
||||
Plugin 'VundleVim/Vundle.vim'
|
||||
|
||||
" A pretty statusline, bufferline integration "
|
||||
Plugin 'itchyny/lightline.vim'
|
||||
Plugin 'bling/vim-bufferline'
|
||||
|
||||
" <Tab> everything! "
|
||||
"Plugin 'ervandew/supertab'
|
||||
|
||||
Plugin 'ervandew/supertab'
|
||||
" Glorious colorscheme "
|
||||
Plugin 'nanotech/jellybeans.vim'
|
||||
|
||||
" Super easy commenting, toggle comments etc "
|
||||
Plugin 'scrooloose/nerdcommenter'
|
||||
|
||||
" Autoclose (, " etc "
|
||||
"Plugin 'Townk/vim-autoclose'
|
||||
|
||||
Plugin 'Townk/vim-autoclose'
|
||||
" Git wrapper inside Vim "
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
|
||||
"Handle surround chars like "
|
||||
"Plugin 'tpope/vim-surround'
|
||||
|
||||
" Handle surround chars like "
|
||||
Plugin 'tpope/vim-surround'
|
||||
" Vim signs (:h signs) for modified lines based off VCS (e.g. Git) "
|
||||
Plugin 'mhinz/vim-signify'
|
||||
" Finish Vundle stuff "
|
||||
@@ -73,15 +65,16 @@ filetype plugin indent on
|
||||
"""""""""""""""""""""""""""""""""""""""""
|
||||
" Lightline (statusline) configuration "
|
||||
"""""""""""""""""""""""""""""""""""""""""
|
||||
"let g:lightline = {
|
||||
" \ 'colorscheme': 'default',
|
||||
" \ 'component': {
|
||||
" \ 'readonly': '%{&readonly?"":""}',
|
||||
" \ },
|
||||
" \ 'separator': { 'left': '', 'right': '' },
|
||||
" \ 'subseparator': { 'left': '', 'right': '' }
|
||||
" \ }
|
||||
"
|
||||
|
||||
let g:lightline = {
|
||||
\ 'colorscheme': 'default',
|
||||
\ 'component': {
|
||||
\ 'readonly': '%{&readonly?"":""}',
|
||||
\ },
|
||||
\ 'separator': { 'left': '', 'right': '' },
|
||||
\ 'subseparator': { 'left': '', 'right': '' }
|
||||
\ }
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""
|
||||
" Misc configurations "
|
||||
"""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 91 KiB |
BIN
wallpapers/solarized5.png
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
wallpapers/solarized6.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
wallpapers/solarized7.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
10
zsh/zshrc
@@ -22,8 +22,6 @@ setopt hist_ignore_space
|
||||
|
||||
# Promptstyle
|
||||
prompt walters
|
||||
#PROMPT='%F{red}%n%f@%F{blue}%m%f %F{yellow}%1~%f %# '
|
||||
#RPROMPT='[%F{yellow}%?%f]'
|
||||
|
||||
# Autocomplete stuff
|
||||
zstyle ':completion:*' menu select
|
||||
@@ -88,7 +86,7 @@ if [[ -f $DIRSTACKFILE ]] && [[ $#dirstack -eq 0 ]]; then
|
||||
fi
|
||||
|
||||
chpwd() {
|
||||
print -l $PWD ${(u)dirstack} > $DIRSTACKFILE
|
||||
print -l $PWD ${(u)dirstack} >$DIRSTACKFILE
|
||||
}
|
||||
|
||||
DIRSTACKSIZE=20
|
||||
@@ -120,8 +118,6 @@ setopt autopushd pushdsilent pushdtohome
|
||||
setopt pushdignoredups
|
||||
setopt pushdminus
|
||||
setopt nohashdirs
|
||||
#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
rehash
|
||||
|
||||
source <(oc completion zsh)
|
||||
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
||||
source ~/Coding/0_C/Microcontroller/zephyr-project/zephyr-env.sh
|
||||
|
||||