Compare commits

..

No commits in common. "4a6de219fe342c37d167efd909cf1a6db894b7fc" and "78f73135b368735785900dcc02e618d3097e4d32" have entirely different histories.

9 changed files with 5 additions and 25 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/sh
set -e

View file

@ -1,12 +0,0 @@
#!/usr/bin/env sh
set -e
echo "Deleting tag from origin"
git push --delete origin "$1"
echo "Deleting tag locally"
git tag -d "$1"
echo "Recreating tag"
git tag -s -m "$1" "$1"

View file

@ -55,8 +55,6 @@ else
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 focus
fi
bspc wm --adopt-orphans
bspc desktop web --layout monocle
bspc desktop focus --layout monocle
bspc desktop side-view --layout monocle

View file

@ -59,8 +59,6 @@ export TERMINAL="alacritty"
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
export WOODPECKER_SERVER="https://ci.serguzim.me"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export ZSH="$ZDOTDIR/oh-my-zsh"

View file

@ -6,7 +6,6 @@ venv/
.DS_Store
*.bak
*.git_hidden
*.git_hidden.*
# Vim Stuff
.syntastic_*_config

View file

@ -1,9 +1,9 @@
import keybindings
import common
import generic
config.load_autoconfig()
keybindings.init(config)
common.init(c)
generic.init(c)
c.auto_save.session = True

View file

@ -1,9 +1,9 @@
import keybindings
import common
import generic
config.load_autoconfig()
keybindings.init(config)
common.init(c)
generic.init(c)
c.tabs.show = 'never'
c.statusbar.show = 'never'

View file

@ -21,8 +21,6 @@ def init(c):
c.tabs.new_position.related = 'last'
c.tabs.pinned.frozen = False
c.qt.workarounds.remove_service_workers = True
c.url.searchengines = {
'DEFAULT': 'https://duckduckgo.com/?q={}',
}

View file

@ -64,7 +64,6 @@ _autostart()
pass x
(pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) &
pass x && sleep 5
_autostart_apps &
_autostart_workspace_voip &