Compare commits
No commits in common. "2d9a99e3f08ba5b01da9f9a1c76b566a4cda7bf1" and "735040891e9a8c7455a5ad054d43d35a6d2e1390" have entirely different histories.
2d9a99e3f0
...
735040891e
4 changed files with 1 additions and 6 deletions
3
.bin/.e
3
.bin/.e
|
@ -30,8 +30,7 @@ declare -A mapper=(
|
||||||
["sway.d"]="$HOME/.config/sway/config.d"
|
["sway.d"]="$HOME/.config/sway/config.d"
|
||||||
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
["sxhkd"]="$HOME/.config/sxhkd/sxhkdrc"
|
||||||
["vim"]="$HOME/.config/vim/vimrc"
|
["vim"]="$HOME/.config/vim/vimrc"
|
||||||
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg##template"
|
["wakatime"]="$HOME/.config/wakatime/.wakatime.cfg"
|
||||||
["wakatime-project"]="./.wakatime-project"
|
|
||||||
["waybar"]="$HOME/.config/waybar/"
|
["waybar"]="$HOME/.config/waybar/"
|
||||||
["xprofile"]="$HOME/.xprofile"
|
["xprofile"]="$HOME/.xprofile"
|
||||||
["yadm"]="$HOME/.local/share/yadm/repo.git/config"
|
["yadm"]="$HOME/.local/share/yadm/repo.git/config"
|
||||||
|
|
|
@ -39,4 +39,3 @@ default_*.profraw
|
||||||
# Other
|
# Other
|
||||||
*-VBoxHeadless-*.log
|
*-VBoxHeadless-*.log
|
||||||
.tokeignore
|
.tokeignore
|
||||||
.wakatime-project
|
|
||||||
|
|
|
@ -33,8 +33,6 @@ def init(c):
|
||||||
'!12ft': 'http://12ft.io/proxy?q={}/',
|
'!12ft': 'http://12ft.io/proxy?q={}/',
|
||||||
'!osm': 'https://www.openstreetmap.org/search?query={}',
|
'!osm': 'https://www.openstreetmap.org/search?query={}',
|
||||||
'!cheatsheet': 'https://cheatsheets.zip/?q={}',
|
'!cheatsheet': 'https://cheatsheets.zip/?q={}',
|
||||||
'!timer': 'https://webuhr.de/timer/#countdown=00:{unquoted}',
|
|
||||||
'!alarm': 'https://webuhr.de/#time={unquoted}',
|
|
||||||
}
|
}
|
||||||
c.url.start_pages = [
|
c.url.start_pages = [
|
||||||
'https://rss.serguzim.me/',
|
'https://rss.serguzim.me/',
|
||||||
|
|
|
@ -10,7 +10,6 @@ exclude =
|
||||||
^TAG_EDITMSG$
|
^TAG_EDITMSG$
|
||||||
^/tmp/
|
^/tmp/
|
||||||
exclude_unknown_project = true
|
exclude_unknown_project = true
|
||||||
api_key = {{ env.WAKATIME_API_KEY }}
|
|
||||||
[projectmap]
|
[projectmap]
|
||||||
projects/emgauwa/pkl = emgauwa-pkl
|
projects/emgauwa/pkl = emgauwa-pkl
|
||||||
projects/emgauwa/tests = emgauwa-tests
|
projects/emgauwa/tests = emgauwa-tests
|
Loading…
Reference in a new issue