mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Merge branch 'master' of https://github.com./Matir/skel
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
i3 i3lock xss-lock rxvt-unicode-256color fonts-inconsolata scrot \
|
i3 i3lock xss-lock rxvt-unicode-256color fonts-inconsolata scrot \
|
||||||
xautolock xbacklight i3status dex
|
xautolock xbacklight i3status dex libnotify-bin
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
LOCKER="i3lock -c 000000"
|
LOCKER="i3lock -c 000000"
|
||||||
/usr/bin/xss-lock -- "${LOCKER}" &
|
# intentionally want word splitting below
|
||||||
|
/usr/bin/xss-lock -- ${LOCKER} &
|
||||||
exec /usr/bin/xautolock \
|
exec /usr/bin/xautolock \
|
||||||
-time 5 \
|
-time 5 \
|
||||||
-detectsleep \
|
-detectsleep \
|
||||||
|
|||||||
@@ -130,10 +130,11 @@ bindsym $alt+Control+Left workspace prev
|
|||||||
|
|
||||||
# i3 lock
|
# i3 lock
|
||||||
exec --no-startup-id ~/bin/i3lock.sh &
|
exec --no-startup-id ~/bin/i3lock.sh &
|
||||||
|
exec --no-startup-id xset dpms 600
|
||||||
bindsym $mod+l exec \
|
bindsym $mod+l exec \
|
||||||
bash -c "i3lock -c 000000 -d && (sleep 2 && xset dpms force off) &"
|
bash -c "i3lock -c 000000 && (sleep 2 && xset dpms force off) &"
|
||||||
bindsym $alt+Control+l exec \
|
bindsym $alt+Control+l exec \
|
||||||
bash -c "i3lock -c 000000 -d && (sleep 2 && xset dpms force off) &"
|
bash -c "i3lock -c 000000 && (sleep 2 && xset dpms force off) &"
|
||||||
|
|
||||||
# things to start quickly
|
# things to start quickly
|
||||||
bindsym $mod+g exec /usr/bin/google-chrome-beta --password-store=gnome
|
bindsym $mod+g exec /usr/bin/google-chrome-beta --password-store=gnome
|
||||||
@@ -169,14 +170,14 @@ bindsym --release $alt+Sys_Req exec --no-startup-id \
|
|||||||
/usr/bin/scrot -s $screendir/$scrotformat
|
/usr/bin/scrot -s $screendir/$scrotformat
|
||||||
|
|
||||||
# useful utilities
|
# useful utilities
|
||||||
exec --no-startup-id \
|
#exec --no-startup-id \
|
||||||
(which xss-lock >/dev/null || /usr/bin/cinnamon-settings-daemon) &
|
# (which xss-lock >/dev/null || /usr/bin/cinnamon-settings-daemon) &
|
||||||
exec --no-startup-id gnome-keyring-daemon --start --components=pkcs11,secrets
|
exec --no-startup-id gnome-keyring-daemon --start --components=pkcs11,secrets
|
||||||
# Make GTK fonts look great again
|
# Make GTK fonts look great again
|
||||||
exec --no-startup-id gnome-settings-daemon
|
#exec --no-startup-id gnome-settings-daemon
|
||||||
exec --no-startup-id (sleep 2; nm-applet) &
|
#exec --no-startup-id (sleep 2; nm-applet) &
|
||||||
exec --no-startup-id xset r rate 200 20
|
exec --no-startup-id xset r rate 200 20
|
||||||
exec --no-startup-id ~/bin/autostart.py
|
#exec --no-startup-id ~/bin/autostart.py
|
||||||
exec --no-startup-id dex --autostart --environment x-cinnamon
|
exec --no-startup-id dex --autostart --environment x-cinnamon
|
||||||
|
|
||||||
# customize windows
|
# customize windows
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
keyserver hkps://hkps.pool.sks-keyservers.net
|
keyserver hkps://keys.openpgp.org
|
||||||
hkp-cacert ~/.gnupg/sks-keyservers.pem
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
use-agent
|
use-agent
|
||||||
# HKPS requires gnupg-curl for gpg1
|
# HKPS requires gnupg-curl for gpg1
|
||||||
keyserver hkps://hkps.pool.sks-keyservers.net
|
keyserver hkps://keys.openpgp.org
|
||||||
keyserver-options auto-key-retrieve no-honor-keyserver-url
|
keyserver-options auto-key-retrieve no-honor-keyserver-url
|
||||||
auto-key-locate keyserver
|
auto-key-locate keyserver
|
||||||
personal-digest-preferences SHA256
|
personal-digest-preferences SHA256
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -80,6 +80,9 @@ zstyle ':prezto:module:editor' key-bindings 'vi'
|
|||||||
# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
|
# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
|
||||||
# zstyle ':prezto:module:git:status:ignore' submodules 'all'
|
# zstyle ':prezto:module:git:status:ignore' submodules 'all'
|
||||||
|
|
||||||
|
# Don't set up aliases I never use
|
||||||
|
zstyle ':prezto:module:git:alias' skip 'yes'
|
||||||
|
|
||||||
#
|
#
|
||||||
# GNU Utility
|
# GNU Utility
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -76,5 +76,11 @@ if command -v most >/dev/null 2>&1; then
|
|||||||
export PAGER="most"
|
export PAGER="most"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Enable grc if we have it
|
||||||
|
if ls --version 2>&1 >/dev/null ; then
|
||||||
|
alias ls='ls --color -C'
|
||||||
|
fi
|
||||||
|
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||||
|
|
||||||
# Load any local settings
|
# Load any local settings
|
||||||
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||||
|
|||||||
1
keys/ssh/id_ed25519_scar.pub
Normal file
1
keys/ssh/id_ed25519_scar.pub
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeDzE5KLJh2a9p0u702H9+rvaB1HoLLBU1I2Lx6NUbC david@scar
|
||||||
1
keys/ssh/trusted/id_ed25519_scar.pub
Symbolic link
1
keys/ssh/trusted/id_ed25519_scar.pub
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../id_ed25519_scar.pub
|
||||||
@@ -4,6 +4,7 @@ cryptsetup
|
|||||||
dsniff
|
dsniff
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
exuberant-ctags
|
exuberant-ctags
|
||||||
|
grc
|
||||||
iftop
|
iftop
|
||||||
iptraf
|
iptraf
|
||||||
ipython
|
ipython
|
||||||
@@ -27,10 +28,10 @@ python-hachoir-urwid
|
|||||||
python-html5lib
|
python-html5lib
|
||||||
python-nwdiag
|
python-nwdiag
|
||||||
python-pip
|
python-pip
|
||||||
python-scapy
|
|
||||||
python-virtualenv
|
python-virtualenv
|
||||||
python-yara
|
python-yara
|
||||||
python3
|
python3
|
||||||
|
python3-scapy
|
||||||
python3-pip
|
python3-pip
|
||||||
python3-virtualenv
|
python3-virtualenv
|
||||||
radare2
|
radare2
|
||||||
|
|||||||
21
packages.fonts
Normal file
21
packages.fonts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
fonts-anonymous-pro
|
||||||
|
fonts-dejavu
|
||||||
|
fonts-dseg
|
||||||
|
fonts-elusive-icons
|
||||||
|
fonts-font-awesome
|
||||||
|
fonts-freefont-otf
|
||||||
|
fonts-hack
|
||||||
|
fonts-inconsolata
|
||||||
|
fonts-larabie-deco
|
||||||
|
fonts-larabie-straight
|
||||||
|
fonts-larabie-uncommon
|
||||||
|
fonts-noto
|
||||||
|
fonts-ocr-a
|
||||||
|
fonts-ocr-b
|
||||||
|
fonts-open-sans
|
||||||
|
fonts-oxygen
|
||||||
|
fonts-roboto
|
||||||
|
fonts-stix
|
||||||
|
fonts-ubuntu
|
||||||
|
ttf-mscorefonts-installer
|
||||||
|
ttf-xfree86-nonfree
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
ack-grep
|
ack
|
||||||
curl
|
curl
|
||||||
dnsutils
|
dnsutils
|
||||||
gdb
|
gdb
|
||||||
|
|||||||
Reference in New Issue
Block a user