Multiple updates
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
c7b67a084b
commit
dac6042f52
15 changed files with 66 additions and 51 deletions
|
@ -12,10 +12,10 @@
|
|||
"interfaceType": "XRecord",
|
||||
"undoUsingBackspace": true,
|
||||
"windowDefaultSize": [
|
||||
1872,
|
||||
924,
|
||||
962
|
||||
],
|
||||
"hPanePosition": 472,
|
||||
"hPanePosition": 233,
|
||||
"columnWidths": [
|
||||
150,
|
||||
50,
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
"interfaceType": "XRecord",
|
||||
"undoUsingBackspace": true,
|
||||
"windowDefaultSize": [
|
||||
1872,
|
||||
924,
|
||||
962
|
||||
],
|
||||
"hPanePosition": 472,
|
||||
"hPanePosition": 233,
|
||||
"columnWidths": [
|
||||
150,
|
||||
50,
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
"type": "folder",
|
||||
"title": "Phrases",
|
||||
"modes": [
|
||||
3
|
||||
],
|
||||
"modes": [],
|
||||
"usageCount": 4,
|
||||
"showInTrayMenu": false,
|
||||
"abbreviation": {
|
||||
|
|
|
@ -10,14 +10,14 @@
|
|||
# USAGE:
|
||||
# This file is loaded on boot by crontab.
|
||||
|
||||
# Synchronize Google Drive every 30 minutes
|
||||
*/30 * * * * grive -d -p $HOME/Documents/ >> $HOME/.local/log/cron.log
|
||||
# Synchronize Google Drive every 15 minutes
|
||||
*/15 * * * * grive -d -p $HOME/Documents/ >> $HOME/.local/log/cron.log
|
||||
|
||||
# Sync pacman databases every 30 minutes
|
||||
*/30 * * * * sudo $HOME/.local/bin/sync-packages >> $HOME/.local/log/cron.log
|
||||
# Sync pacman databases every 15 minutes
|
||||
*/15 * * * * sudo $HOME/.local/bin/sync-packages >> $HOME/.local/log/cron.log
|
||||
|
||||
# Synchronize notes every 5 minutes
|
||||
*/5 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log
|
||||
# Synchronize notes every 15 minutes
|
||||
*/15 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log
|
||||
|
||||
# Synchronize rss feeds every 10 minutes
|
||||
*/10 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log
|
||||
|
|
|
@ -48,4 +48,7 @@ alias svn='svn --config-dir "${XDG_CONFIG_HOME}/subversion"'
|
|||
alias gpg2='gpg2 --homedir "${XDG_DATA_HOME}/gnupg"'
|
||||
|
||||
# Alias for nvidia-settings to use XDG directories
|
||||
alias nvidia-settings='optirun -b primus nvidia-settings --config="${XDG_CONFIG_HOME}/nvidia/settings" -c :8'
|
||||
alias nvidia-settings='optirun -b primus nvidia-settings --config="${XDG_CONFIG_HOME}/nvidia/settings" -c :8'
|
||||
|
||||
# Alias for sqlite3 to use XDG directories
|
||||
alias sqlite3='sqlite3 -init "${XDG_CONFIG_HOME}/sqlite3/sqliterc"'
|
|
@ -35,6 +35,7 @@ export GEM_HOME="${XDG_DATA_HOME}/gem"
|
|||
export GEM_SPEC_CACHE="${XDG_CACHE_HOME}/gem/specs"
|
||||
mkdir -p "${XDG_DATA_HOME}/wine/prefixes"
|
||||
export WINEPREFIX="${XDG_DATA_HOME}/wine/prefixes/default"
|
||||
export SQLITE_HISTORY="${XDG_DATA_HOME}/sqlite_history"
|
||||
|
||||
# Python
|
||||
mkdir -p "${XDG_DATA_HOME}/python"
|
||||
|
@ -130,9 +131,4 @@ export PS1="${PS1}%F{blue}"'$(folder_size)'"%f"
|
|||
export PS1="${PS1}%F{red}"'$(current_branch)'"%f"
|
||||
export PS1="${PS1}─┐"
|
||||
export PS1="${PS1}${NEWLINE}└─╼ "
|
||||
|
||||
|
||||
export RPROMPT="╾─┘"
|
||||
|
||||
|
||||
#PS1="\n\[\e[30;1m\]\[\016\]l\[\017\](\[\e[34;1m\]\u@\h\[\e[30;1m\])-(\[\e[34;1m\]\j\[\e[30;1m\])-(\[\e[34;1m\]\@ \d\[\e[30;1m\])->\[\e[30;1m\]\n\[\016\]m\[\017\]-(\[\[\e[32;1m\]\w\[\e[30;1m\])-(\[\e[32;1m\]\$(/bin/ls -1 | /usr/bin/wc -l | /bin/sed 's: ::g') files, \$(/bin/ls -lah | /bin/grep -m 1 total | /bin/sed 's/total //')b\[\e[30;1m\])--> \[\e[0m\]"
|
||||
export RPROMPT="╾─┘"
|
|
@ -11,7 +11,7 @@
|
|||
#
|
||||
# USAGE:
|
||||
# ./update-count
|
||||
UPDATES=$(pacman -Qu | wc -l)
|
||||
UPDATES=$(yay -Qu | wc -l)
|
||||
AUR_UPDATES=$(yay -Qua --devel | wc -l)
|
||||
|
||||
echo "${UPDATES} / ${AUR_UPDATES}"
|
|
@ -20,7 +20,7 @@ allow_bold = true
|
|||
dynamic_title = true
|
||||
urgent_on_bell = false
|
||||
clickable_url = true
|
||||
font = Hack 11
|
||||
font = Hack 10
|
||||
scrollback_lines = 1000
|
||||
search_wrap = true
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
" SCRIPT NAME:
|
||||
" .vimrc
|
||||
" vimrc
|
||||
"
|
||||
" AUTHOR:
|
||||
" Severin Kaderli <severin@kaderli.dev>
|
||||
|
@ -10,18 +10,45 @@
|
|||
" USAGE:
|
||||
" This file is automatically used by Vim.
|
||||
|
||||
" Directory configurations
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Directories "
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
set undodir=$XDG_CACHE_HOME/vim/undo
|
||||
set directory=$XDG_CACHE_HOME/vim/swap
|
||||
set backupdir=$XDG_CACHE_HOME/vim/backup
|
||||
set viminfo+=n$XDG_CACHE_HOME/vim/viminfo
|
||||
set runtimepath=$XDG_CONFIG_HOME/vim,$VIMRUNTIME,$XDG_CONFIG_HOME/vim/after
|
||||
|
||||
" Enable syntax highlighting
|
||||
syntax on
|
||||
|
||||
set encoding=utf-8
|
||||
set virtualedit=onemore
|
||||
|
||||
" Space settings
|
||||
set tabstop=4
|
||||
set softtabstop=4
|
||||
set expandtab
|
||||
|
||||
|
||||
" Enable line numbers
|
||||
set number
|
||||
|
||||
" Show command in bottom bar
|
||||
set showcmd
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Search "
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Search while characters are entered
|
||||
set incsearch
|
||||
|
||||
" Highlight search results"
|
||||
" set hlsearch
|
||||
|
||||
" Highlight the current line
|
||||
" set cursorline
|
||||
|
||||
filetype on
|
||||
filetype indent on
|
||||
filetype plugin on
|
||||
|
|
1
system/.config/zathura/zathurarc
Normal file
1
system/.config/zathura/zathurarc
Normal file
|
@ -0,0 +1 @@
|
|||
set selection-clipboard clipboard
|
Loading…
Add table
Add a link
Reference in a new issue