From cff98831555f2ff1548660cc54aee28048cfe474 Mon Sep 17 00:00:00 2001 From: kpa28 Date: Sat, 14 Oct 2023 12:30:12 -0700 Subject: [PATCH] link updates; small stuff --- .config/git/config | 2 +- .gitmodules | 4 ++-- .profile | 4 ++-- README.md | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/git/config b/.config/git/config index 789c373..cf66cb8 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,5 +1,5 @@ [user] - name = kevindirect + name = kpa28 email = git@kevindirect.com [color] diff --git a/.gitmodules b/.gitmodules index 5130518..a9280a0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule ".local/bin"] path = .local/bin - url = git@github.com:kevindirect/scripts.git + url = git@github.com:kpa28-git/scripts.git [submodule ".local/share/themes"] path = .local/share/themes - url = git@github.com:kevindirect/themes.git + url = git@github.com:kpa28-git/themes.git diff --git a/.profile b/.profile index d83646e..3fbf74e 100644 --- a/.profile +++ b/.profile @@ -56,11 +56,11 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store" # Add `$XDG_SCRIPT_HOME/*`, java, go, julia to $PATH: BLACKLIST='/.git' # Add more items to blacklist with \|\|... export PATH="$PATH:$(du "$XDG_SCRIPT_HOME" | cut -f2 | grep -v "$BLACKLIST" | tr '\n' ':' | sed 's/:*$//')" -export PATH="$JAVA_HOME:$PATH:$GOPATH/bin:$HOME/.julia/conda/3/bin" +export PATH="$JAVA_HOME:$PATH:$GOPATH/bin:$HOME/.julia/conda/3/bin:$XDG_SRC_HOME/webapp/bin" # Global day/night times for theming: export TIMENIGHT="18:00" -export TIMEDAY=$TIMENIGHT +export TIMEDAY="10:00" # Set less/man colors: export LESS=-R diff --git a/README.md b/README.md index 1eaafb9..cc9b2a4 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ My [arch linux](https://archlinux.org/) / [bspwm](https://github.com/baskerville ## Installation ### Dependencies -* The latest version of [my scripts](https://github.com/kevindirect/scripts) as a git submodule dependency (built-in) -* The latest version of [my themes repo](https://github.com/kevindirect/themes) as a git submodule dependency (built-in) -* Free API Keys: [Coinmarketcap](https://coinmarketcap.com/api), [Alphavantage](https://www.alphavantage.co/support/#api-key), [World Air Quality Index](http://aqicn.org/data-platform/token/#/) ([instructions](https://github.com/kevindirect/scripts/blob/master/polybar/README.md)) +* The latest version of [my scripts](https://github.com/kpa28-git/scripts) as a git submodule dependency (built-in) +* The latest version of [my themes repo](https://github.com/kpa28-git/themes) as a git submodule dependency (built-in) +* Free API Keys: [Coinmarketcap](https://coinmarketcap.com/api), [Alphavantage](https://www.alphavantage.co/support/#api-key), [World Air Quality Index](http://aqicn.org/data-platform/token/#/) ([instructions](https://github.com/kpa28-git/scripts/blob/master/polybar/README.md)) ### Steps 1. Make sure you have all required programs installed -2. Clone this repo: `git clone git@github.com:kevindirect/KAR.git` +2. Clone this repo: `git clone git@github.com:kpa28-git/KAR.git` 3. Populate submodules: `git submodule update --init --recursive` ## Overview @@ -40,7 +40,7 @@ My [arch linux](https://archlinux.org/) / [bspwm](https://github.com/baskerville * Mnemonic hotkeys to do common things in graphical sessions * Minimalist HUD-like statusbar * Browser configured for intuitive use and low friction -* Most of [my scripts](https://github.com/kevindirect/scripts) are POSIX compliant for speed and portability +* Most of [my scripts](https://github.com/kpa28-git/scripts) are POSIX compliant for speed and portability * Global light/dark theme based on env variables `$TIMEDAY`/`$TIMENIGHT` (why I always keep dark mode on: [R](https://www.nature.com/articles/s41598-018-28904-x/), [R](https://iovs.arvojournals.org/article.aspx?articleid=2774698), [R](https://tvst.arvojournals.org/article.aspx?articleid=2778758)) ### Shell (see `~/.{z}profile`, `~/.local/bin/aliases`)