Skip to content

Commit

Permalink
link updates; small stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Oct 14, 2023
1 parent aa0473d commit cff9883
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .config/git/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[user]
name = kevindirect
name = kpa28
email = [email protected]

[color]
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule ".local/bin"]
path = .local/bin
url = [email protected]:kevindirect/scripts.git
url = [email protected]:kpa28-git/scripts.git
[submodule ".local/share/themes"]
path = .local/share/themes
url = [email protected]:kevindirect/themes.git
url = [email protected]:kpa28-git/themes.git
4 changes: 2 additions & 2 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <item1>\|<item2>\|<item3>...
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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ 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 [email protected]:kevindirect/KAR.git`
2. Clone this repo: `git clone [email protected]:kpa28-git/KAR.git`
3. Populate submodules: `git submodule update --init --recursive`

## Overview
* Low friction shell - well organized crossplatform aliases and quick navigation tools
* 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`)
Expand Down

0 comments on commit cff9883

Please sign in to comment.