Compare commits
68 Commits
@ -0,0 +1,5 @@
|
||||
;;; Directory Local Variables
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
;; set sh mode for all files
|
||||
((nil . ((mode . sh))))
|
@ -1,14 +0,0 @@
|
||||
#!/bin/zsh
|
||||
# borg
|
||||
|
||||
backupName='{hostname}-{now:%Y-%m-%d}'
|
||||
borgArgs="--compression lzma,9 \
|
||||
--progress \
|
||||
--exclude-caches \
|
||||
--exclude-from ~/Documents/backuplist.txt"
|
||||
backupTargets="/home/adam/ /etc/"
|
||||
|
||||
alias borg-backup="sudo borg create /run/media/adam/Backup/borg-backups::$backupName $backupTargets $borgArgs"
|
||||
alias borg-backup-home="sudo BORG_RSH='sudo -u adam ssh' borg create thewarehouse:borg-backups::$backupName $backupTargets $borgArgs --ignore-inode --remote-path /var/services/homes/adam/bin/borg"
|
||||
|
||||
unset backupName borgArgs backupTargets
|
@ -0,0 +1 @@
|
||||
alias bup="brew update && brew upgrade"
|
@ -1,2 +1,4 @@
|
||||
## git
|
||||
alias git-yolo='git commit -am "`curl -s http://whatthecommit.com/index.txt`"'
|
||||
alias diff='git diff --no-index'
|
||||
alias gcdr='cd "$(git rev-parse --show-toplevel)"' # cd to top level
|
||||
|
@ -1,3 +1,4 @@
|
||||
## makepkg
|
||||
|
||||
alias fmakepkg='PKGEXT='''.pkg.tar''' makepkg'
|
||||
alias fmakepkg='PKGEXT='''.pkg.tar''' makepkg'
|
||||
alias mksrcinfo='makepkg --printsrcinfo > .SRCINFO'
|
||||
|
@ -1,2 +1,3 @@
|
||||
## notify-send
|
||||
alias N='notify-send "Command finished"'
|
||||
alias N='notify-send "Command finished" -i text-x-script'
|
||||
alias NS='N -u critical' # sticky
|
||||
|
@ -0,0 +1,3 @@
|
||||
alias n="notmuch"
|
||||
alias nco="n compact"
|
||||
alias nag="muchsync ag"
|
@ -0,0 +1 @@
|
||||
alias o="open"
|
@ -1,17 +1,10 @@
|
||||
# pacman
|
||||
alias pi='pacaur'
|
||||
alias pup='pi -Syu --noedit'
|
||||
alias pi='paru'
|
||||
alias pup='pi -Syu'
|
||||
alias pr='pi -Rs'
|
||||
alias prc='pr -c'
|
||||
alias pin='pi --noedit --noconfirm'
|
||||
alias pin='pi --noconfirm'
|
||||
alias pis='pi -S'
|
||||
alias pins='pin -S'
|
||||
piro() { #remove orphans
|
||||
if [[ ! -n $(pacaur -Qdt) ]]; then
|
||||
echo "No orphans to remove."
|
||||
else
|
||||
pacaur -Rns $(pacman -Qdtq)
|
||||
fi
|
||||
}
|
||||
|
||||
alias piro='pi -c'
|
||||
alias up='pup'
|
||||
|
@ -1,2 +0,0 @@
|
||||
## rdiff-backup
|
||||
alias backup="rdiff-backup --exclude-globbing-filelist /home/adam/Documents/backuplist.txt /home/adam/" #target
|
@ -0,0 +1,5 @@
|
||||
alias sup="softwareupdate -ia"
|
||||
|
||||
alias up='tmux new-session "tmux split-window \"$(whence sup)\"; \
|
||||
tmux split-window \"$(whence npmgup)\"; \
|
||||
$(whence bup)"'
|
@ -1,14 +1,30 @@
|
||||
#-*- mode: sh; -*-
|
||||
alias sy="systemctl"
|
||||
alias sydr="sy daemon-reload"
|
||||
alias sye="sy enable"
|
||||
alias syd="sy disable"
|
||||
alias syre="sy restart"
|
||||
alias systa="sy start"
|
||||
alias systo="sy stop"
|
||||
alias systat="sy status"
|
||||
|
||||
alias ssy="sudo systemctl"
|
||||
alias ssydr="ssy daemon-reload"
|
||||
alias ssye="ssy enable"
|
||||
alias ssyd="ssy disable"
|
||||
alias ssyre="ssy restart"
|
||||
alias ssysta="ssy start"
|
||||
alias ssysto="ssy stop"
|
||||
alias ssystat="ssy status"
|
||||
|
||||
alias jo="journalctl"
|
||||
alias joe="jo -e"
|
||||
alias joeu="jo -eu"
|
||||
alias jof="jo -f"
|
||||
alias jofu="jo -fu"
|
||||
|
||||
alias sjo="sudo journalctl"
|
||||
alias sjoe="sjo -e"
|
||||
alias sjoeu="sjo -eu"
|
||||
alias sjof="sjo -f"
|
||||
alias sjofu="sjo -fu"
|
||||
|
@ -0,0 +1,5 @@
|
||||
for interface in cms homeserver
|
||||
do
|
||||
alias wg${interface}="sudo systemctl restart wg-quick@wg-${interface}"
|
||||
alias wg${interface}D="sudo systemctl stop wg-quick@wg-${interface}"
|
||||
done
|
@ -0,0 +1,26 @@
|
||||
# Beware! This file is rewritten by htop when settings are changed in the interface.
|
||||
# The parser is also very primitive, and not human-friendly.
|
||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||
sort_key=46
|
||||
sort_direction=1
|
||||
hide_threads=0
|
||||
hide_kernel_threads=1
|
||||
hide_userland_threads=0
|
||||
shadow_other_users=0
|
||||
show_thread_names=0
|
||||
show_program_path=1
|
||||
highlight_base_name=0
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
tree_view=0
|
||||
header_margin=1
|
||||
detailed_cpu_time=0
|
||||
cpu_count_from_zero=0
|
||||
update_process_names=0
|
||||
account_guest_in_cpu_meter=0
|
||||
color_scheme=0
|
||||
delay=15
|
||||
left_meters=AllCPUs2 Memory Swap
|
||||
left_meter_modes=1 1 1
|
||||
right_meters=Tasks LoadAverage Uptime Battery
|
||||
right_meter_modes=2 2 2 1
|
@ -0,0 +1,40 @@
|
||||
# set prefix to C-z
|
||||
set -g prefix C-z
|
||||
unbind C-b
|
||||
bind C-z send-prefix
|
||||
|
||||
# enable mouse support
|
||||
set -g mouse on
|
||||
|
||||
# open new panes in current directory
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
|
||||
# vim-like pane navigation
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
# resizing
|
||||
bind -r C-h resize-pane -L
|
||||
bind -r C-j resize-pane -D
|
||||
bind -r C-k resize-pane -U
|
||||
bind -r C-l resize-pane -R
|
||||
bind -r M-h resize-pane -L 5
|
||||
bind -r M-j resize-pane -D 5
|
||||
bind -r M-k resize-pane -U 5
|
||||
bind -r M-l resize-pane -R 5
|
||||
|
||||
# plugins
|
||||
set-option -g @plugin 'tmux-plugins/tpm'
|
||||
set-option -g @plugin 'noscript/tmux-mighty-scroll'
|
||||
set-option -g @mighty-scroll-by-line 'man less pager fzf emacs emacsclient'
|
||||
|
||||
# install/update tpm
|
||||
if-shell "test ! -d ~/.config/tmux/plugins/tpm" {
|
||||
run-shell 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm'
|
||||
}
|
||||
# start tpm
|
||||
run-shell '~/.config/tmux/plugins/tpm/tpm'
|
||||
# install and update plugins in background
|
||||
run-shell -b '($TMUX_PLUGIN_MANAGER_PATH/tpm/bin/install_plugins && $TMUX_PLUGIN_MANAGER_PATH/tpm/bin/clean_plugins && $TMUX_PLUGIN_MANAGER_PATH/tpm/bin/update_plugins all && $TMUX_PLUGIN_MANAGER_PATH/tpm/scripts/source_plugins.sh) > /dev/null'
|
@ -0,0 +1,39 @@
|
||||
{
|
||||
"buildDir": "/home/adam/.cache/yay",
|
||||
"editor": "",
|
||||
"editorflags": "",
|
||||
"makepkgbin": "makepkg",
|
||||
"makepkgconf": "",
|
||||
"pacmanbin": "pacman",
|
||||
"pacmanconf": "/etc/pacman.conf",
|
||||
"tarbin": "bsdtar",
|
||||
"redownload": "no",
|
||||
"rebuild": "no",
|
||||
"answerclean": "",
|
||||
"answerdiff": "",
|
||||
"answeredit": "",
|
||||
"answerupgrade": "",
|
||||
"gitbin": "git",
|
||||
"gpgbin": "gpg",
|
||||
"gpgflags": "",
|
||||
"mflags": "",
|
||||
"sortby": "votes",
|
||||
"gitflags": "",
|
||||
"removemake": "yes",
|
||||
"requestsplitn": 150,
|
||||
"sortmode": 0,
|
||||
"completionrefreshtime": 7,
|
||||
"sudoloop": false,
|
||||
"timeupdate": false,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"gitclone": true,
|
||||
"provides": true,
|
||||
"pgpfetch": true,
|
||||
"upgrademenu": true,
|
||||
"cleanmenu": false,
|
||||
"diffmenu": false,
|
||||
"editmenu": false,
|
||||
"combinedupgrade": false,
|
||||
"useask": false
|
||||
}
|
@ -0,0 +1 @@
|
||||
/.config/tmux/plugins/
|
@ -1,47 +1,3 @@
|
||||
#-*- mode: sh; -*-
|
||||
# Environment variables
|
||||
export ARDUINO_DIR="/usr/share/arduino"
|
||||
export ARDMK_DIR="$HOME/Programs/Arduino-Makefile"
|
||||
export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common"
|
||||
export QT_STYLE_OVERRIDE=gtk2
|
||||
export ALTERNATE_EDITOR=""
|
||||
export TERMINAL=roxterm
|
||||
export CALIBRE_USE_SYSTEM_THEME=true
|
||||
|
||||
export WORDCHARS=${WORDCHARS/\//}
|
||||
export PAGER=less
|
||||
|
||||
# Add $HOME/.bin to PATH if it exists
|
||||
if [[ -d "$HOME/.bin" ]]; then
|
||||
export PATH="$PATH:$HOME/.bin"
|
||||
fi
|
||||
|
||||
# Set temporary files locations
|
||||
if [[ ! -d "$TMPDIR" ]]; then
|
||||
export TMPDIR="/tmp/$LOGNAME"
|
||||
mkdir -p -m 700 "$TMPDIR"
|
||||
fi
|
||||
|
||||
TMPPREFIX="${TMPDIR%/}/zsh"
|
||||
if [[ ! -d "$TMPPREFIX" ]]; then
|
||||
mkdir -p "$TMPPREFIX"
|
||||
fi
|
||||
|
||||
# Gnupg setup
|
||||
## Start the gpg-agent if not already running
|
||||
if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then
|
||||
gpg-connect-agent /bye >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
## Set SSH to use gpg-agent
|
||||
unset SSH_AGENT_PID
|
||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||
export SSH_AUTH_SOCK="/run/user/$UID/gnupg/S.gpg-agent.ssh"
|
||||
fi
|
||||
|
||||
## Set GPG TTY
|
||||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
||||
## Refresh gpg-agent tty in case user switches into an X session
|
||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||
source $HOME/.zshenv
|
||||
|
Binary file not shown.
@ -0,0 +1,27 @@
|
||||
# -*- mode: sh; -*-
|
||||
|
||||
#
|
||||
# Modules
|
||||
#
|
||||
|
||||
zmodule environment
|
||||
zmodule git
|
||||
zmodule input
|
||||
zmodule termtitle
|
||||
zmodule utility
|
||||
|
||||
# Prompt
|
||||
zmodule git-info
|
||||
zmodule duration-info
|
||||
zmodule https://git.adamgoldsmith.name/adam/fred-prompt.git
|
||||
|
||||
zmodule zsh-users/zsh-completions
|
||||
# completion must be sourced after zsh-users/zsh-completions
|
||||
zmodule completion
|
||||
# fast must be loaded after completion
|
||||
zmodule fasd
|
||||
zmodule zsh-users/zsh-autosuggestions
|
||||
# zsh-users/zsh-syntax-highlighting must be sourced after completion
|
||||
zmodule zsh-users/zsh-syntax-highlighting
|
||||
# zsh-users/zsh-history-substring-search must be sourced after zsh-users/zsh-syntax-highlighting
|
||||
zmodule zsh-users/zsh-history-substring-search
|
@ -0,0 +1,38 @@
|
||||
#-*- mode: sh; -*-
|
||||
|
||||
# Define Zim location
|
||||
ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim
|
||||
|
||||
# Environment variables
|
||||
export EDITOR="emacsclient -t"
|
||||
export ALTERNATE_EDITOR=""
|
||||
export VISUAL="emacsclient -c -n"
|
||||
export PAGER=less
|
||||
export TERMINAL=alacritty
|
||||
|
||||
export ARDUINO_DIR="/usr/share/arduino"
|
||||
export ARDMK_DIR="$HOME/Programs/Arduino-Makefile"
|
||||
export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common"
|
||||
|
||||
export QT_STYLE_OVERRIDE=gtk2
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=true
|
||||
export CALIBRE_USE_SYSTEM_THEME=true
|
||||
|
||||
export WINEDLLOVERRIDES=winemenubuilder.exe=d
|
||||
|
||||
# Don't allow duplicate values in path
|
||||
typeset -U path
|
||||
path=($HOME/.bin $HOME/.local/bin $HOME/.dotfiles/ $path)
|
||||
|
||||
# Set temporary files locations
|
||||
if [[ ! -d "$TMPDIR" ]]
|
||||
then
|
||||
export TMPDIR="/tmp/$LOGNAME"
|
||||
mkdir -p -m 700 "$TMPDIR"
|
||||
fi
|
||||
|
||||
TMPPREFIX="${TMPDIR%/}/zsh"
|
||||
if [[ ! -d "$TMPPREFIX" ]]
|
||||
then
|
||||
mkdir -p "$TMPPREFIX"
|
||||
fi
|
Loading…
Reference in new issue