-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[user] | ||
name = kevindirect | ||
name = kpa28 | ||
email = [email protected] | ||
|
||
[color] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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`) | ||
|