summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2023-10-03 10:58:14 +0200
committerpks <pks@pks.rocks>2023-10-03 10:58:14 +0200
commit6a671a6209932adc6858289c3e04f2f29693304f (patch)
tree5d5764d799b0a7b900ad06fff7e4fe2ac8404b4c
parentcec429dc47c4165b6483a9e9eb2df9d055aa7158 (diff)
update
-rw-r--r--.gitmodules10
-rw-r--r--by_os/Linux/khal/.config/khal/config51
-rw-r--r--by_os/Linux/task/.taskrc4
m---------by_os/Linux/urxvt/.urxvt/urxvt-font-size0
m---------by_os/Linux/urxvt/.urxvt/urxvt-perls0
m---------by_os/Linux/urxvt/.urxvt/urxvt-tabbedex0
-rwxr-xr-xsetup.sh13
-rw-r--r--taskwarrior/.task/solarized-dark-256.theme115
-rw-r--r--taskwarrior/.taskrc6
-rw-r--r--zsh/.zshrc.local.work3
-rw-r--r--zsh/.zshrc.work5
11 files changed, 4 insertions, 203 deletions
diff --git a/.gitmodules b/.gitmodules
index 5739f15..322a853 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,13 +25,3 @@
[submodule "vim/.vim/bundle/vimwiki"]
path = vim/.vim/bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
-[submodule "by_os/Linux/urxvt/.urxvt/urxvt-font-size"]
- path = by_os/Linux/urxvt/.urxvt/urxvt-font-size
- url = https://github.com/majutsushi/urxvt-font-size
-[submodule "by_os/Linux/urxvt/.urxvt/urxvt-perls"]
- path = by_os/Linux/urxvt/.urxvt/urxvt-perls
- url = https://github.com/muennich/urxvt-perls.git
-[submodule "by_os/Linux/urxvt/.urxvt/urxvt-tabbedex"]
- path = by_os/Linux/urxvt/.urxvt/urxvt-tabbedex
- url = https://github.com/mina86/urxvt-tabbedex
-
diff --git a/by_os/Linux/khal/.config/khal/config b/by_os/Linux/khal/.config/khal/config
deleted file mode 100644
index a550c92..0000000
--- a/by_os/Linux/khal/.config/khal/config
+++ /dev/null
@@ -1,51 +0,0 @@
-[calendars]
-
- [[private]]
- path = ~/.calendars/personal/
- color = light green
-
- [[work]]
- path = ~/.calendars/work/
- color = light red
-
- [[holidays]]
- path = ~/.calendars/holidays/
- color = light blue
-
- [[shared]]
- path = ~/.calendars/shared/default/
- color = yellow
-
- [[bbl_alba]]
- path = ~/.calendars/bbl_alba/
- color = dark magenta
-
- [[bbl_ulm]]
- path = ~/.calendars/bbl_ulm/
- color = dark magenta
-
-[locale]
-local_timezone= Europe/Berlin
-default_timezone= Europe/Berlin
-timeformat= %H:%M
-dateformat= %y-%m-%d
-longdateformat= %Y-%m-%d
-datetimeformat= %y-%m-%d %H:%M
-longdatetimeformat= %Y-%m-%d %H:%M
-unicode_symbols=True
-weeknumbers=right
-
-[default]
-show_all_days=True
-highlight_event_days=True
-
-[view]
-event_view_always_visible=True
-event_view_weighting=1
-#frame=True
-bold_for_light_color=True
-theme=dark
-
-[highlight_days]
-default_color=white
-method=fg
diff --git a/by_os/Linux/task/.taskrc b/by_os/Linux/task/.taskrc
deleted file mode 100644
index fec3497..0000000
--- a/by_os/Linux/task/.taskrc
+++ /dev/null
@@ -1,4 +0,0 @@
-data.location=~/.task
-
-include /Users/pks/.local/share/doc/task/rc/solarized-dark-256.theme
-
diff --git a/by_os/Linux/urxvt/.urxvt/urxvt-font-size b/by_os/Linux/urxvt/.urxvt/urxvt-font-size
deleted file mode 160000
-Subproject 0984499379e420de651dcfeedfbb7938867c44f
diff --git a/by_os/Linux/urxvt/.urxvt/urxvt-perls b/by_os/Linux/urxvt/.urxvt/urxvt-perls
deleted file mode 160000
-Subproject 1f4897ccdd9b7ddc848dda8919d3a4e0186bf53
diff --git a/by_os/Linux/urxvt/.urxvt/urxvt-tabbedex b/by_os/Linux/urxvt/.urxvt/urxvt-tabbedex
deleted file mode 160000
-Subproject a65e1cc4fa15f9c9348576a3a32b43ea88a9e24
diff --git a/setup.sh b/setup.sh
index c5be270..f0a40d8 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,6 @@
#!env zsh
-symlink ()
-{
+function symlink () {
for i in `find . -maxdepth 1 -type d | grep -v .git | sed "s|./||" | grep -v by_os | grep -v "^\.$"`; do
stow -t $HOME $i
done
@@ -40,13 +39,3 @@ symlink
cd by_os/$(uname); symlink
git submodule update --init --recursive
-if [[ $(uname) == "Linux" ]]; then
- cd $HOME/.urxvt;
- ln -s urxvt-font-size/font-size .
- ln -s urxvt-perls/keyboard-select .
- ln -s urxvt-perls/deprecated/clipboard .
- ln -s urxvt-perls/deprecated/url-select .
- ln -s urxvt-tabbedex/tabbedex .
-fi
-
-
diff --git a/taskwarrior/.task/solarized-dark-256.theme b/taskwarrior/.task/solarized-dark-256.theme
deleted file mode 100644
index 264c665..0000000
--- a/taskwarrior/.task/solarized-dark-256.theme
+++ /dev/null
@@ -1,115 +0,0 @@
-################################################################################
-#
-# Copyright 2006 - 2016, Paul Beckingham, Federico Hernandez.
-#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to deal
-# in the Software without restriction, including without limitation the rights
-# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-# copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included
-# in all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-# SOFTWARE.
-#
-# http://www.opensource.org/licenses/mit-license.php
-#
-###############################################################################
-
-# Colors used are based on the Solarized palette created by Ethan Schoonover
-# <http://ethanschoonover.com/solarized>
-#
-# This theme was designed to work with a terminal application that is using a
-# Solarized "Dark" color theme, otherwise colors will look odd. Solarized
-# includes themes for iTerm2, OSX Terminal.app, and Xresources. Others are also
-# available, i.e.:
-#
-# Gnome Terminal <https://github.com/sigurdga/gnome-terminal-colors-solarized>
-#
-# Colors 0 through 15 in this theme are based on the 16 color positions defined
-# in the Xresources file distributed with the Solarized color palette. Some
-# of the colors used are "named" in order to use the bold feature. The color
-# "name" is based on the color's original name as the terminal understands it.
-#
-# Taskwarrior solarized-dark-256 theme created by Stefan A. Keel.
-
-rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
-
-# General decoration
-color.label=
-color.label.sort=
-color.alternate=on color0
-color.header=color4
-color.footnote=color6
-color.warning=color0 on color3
-color.error=color6
-color.debug=color6
-
-# Task state
-color.completed=
-color.deleted=
-color.active=bold red
-color.recurring=color4
-color.scheduled=
-color.until=
-color.blocked=color0 on color10
-color.blocking=color15 on color10
-
-# Project
-color.project.none=
-
-# Priority
-color.uda.priority.H=bold blue #color14
-color.uda.priority.M=bold yellow #color12
-color.uda.priority.L=bold green #color11
-
-# Tags
-color.tag.next=
-color.tag.none=
-color.tagged=color10
-
-# Due
-color.due=color9
-color.due.today=color1
-color.overdue=color5
-
-# Report: burndown
-color.burndown.done=color0 on color6
-color.burndown.pending=color0 on color1
-color.burndown.started=color0 on color3
-
-# Report: history
-color.history.add=color0 on color1
-color.history.delete=color0 on color3
-color.history.done=color0 on color6
-
-# Report: summary
-color.summary.background=on color0
-color.summary.bar=color0 on color6
-
-# Command: calendar
-color.calendar.due=color0 on color9
-color.calendar.due.today=color0 on color1
-color.calendar.holiday=color0 on color3
-color.calendar.overdue=color0 on color5
-color.calendar.today=color0 on color4
-color.calendar.weekend=on color0
-color.calendar.weeknumber=color4
-
-# Command: sync
-color.sync.added=color14
-color.sync.changed=color9
-color.sync.rejected=color13
-
-# Command: undo
-color.undo.after=color2
-color.undo.before=color1
-
diff --git a/taskwarrior/.taskrc b/taskwarrior/.taskrc
deleted file mode 100644
index 1f36675..0000000
--- a/taskwarrior/.taskrc
+++ /dev/null
@@ -1,6 +0,0 @@
-data.location=~/.task
-
-include ~/.task/solarized-dark-256.theme
-include ~/.task/sync.conf
-
-news.version=2.6.0
diff --git a/zsh/.zshrc.local.work b/zsh/.zshrc.local.work
new file mode 100644
index 0000000..8b7fb36
--- /dev/null
+++ b/zsh/.zshrc.local.work
@@ -0,0 +1,3 @@
+umask 0022
+export CLOUDSDK_PYTHON=python3.10
+export PATH=~/google-cloud-sdk/bin:$PATH
diff --git a/zsh/.zshrc.work b/zsh/.zshrc.work
deleted file mode 100644
index cc5ea1c..0000000
--- a/zsh/.zshrc.work
+++ /dev/null
@@ -1,5 +0,0 @@
-umask 0022
-export CLOUDSDK_PYTHON=python3.9
-export PATH=~/google-cloud-sdk/bin:$PATH
-if [ -f '/home/pks/work/google-cloud-sdk/path.zsh.inc' ]; then . '/home/pks/work/google-cloud-sdk/path.zsh.inc'; fi
-if [ -f '/home/pks/work/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/pks/work/google-cloud-sdk/completion.zsh.inc'; fi