Compare commits
No commits in common. "b8a1eec4df95f89fb2cb072c42fd10ce7704768e" and "3c840416f60a18e2778b5edb06d3160c6ef1633e" have entirely different histories.
b8a1eec4df
...
3c840416f6
@ -1,15 +1,8 @@
|
|||||||
[git.coolneng.duckdns.org*]
|
[git.coolneng.duckdns.org*]
|
||||||
target=web/git.coolneng.duckdns.org
|
target=dev/gitea
|
||||||
username_extractor=specific_line
|
username_extractor=specific_line
|
||||||
line_username=1
|
line_username=1
|
||||||
skip_username=7
|
|
||||||
[github.com*]
|
[github.com*]
|
||||||
target=web/github.com
|
target=dev/github
|
||||||
username_extractor=specific_line
|
username_extractor=specific_line
|
||||||
line_username=1
|
line_username=1
|
||||||
skip_username=7
|
|
||||||
[gitlab.com*]
|
|
||||||
target=web/gitlab.com
|
|
||||||
username_extractor=specific_line
|
|
||||||
line_username=1
|
|
||||||
skip_username=7
|
|
||||||
|
@ -9,7 +9,7 @@ fi
|
|||||||
mode=$1
|
mode=$1
|
||||||
|
|
||||||
if [ "$mode" = "light" ]; then
|
if [ "$mode" = "light" ]; then
|
||||||
emacsclient --eval "(load-theme 'doom-flatwhite 'no-confirm)"
|
emacsclient --eval "(load-theme 'doom-nord-light 'no-confirm)"
|
||||||
sed -i "s/iceberg_dark/iceberg_light/" ~/.config/kitty/kitty.conf
|
sed -i "s/iceberg_dark/iceberg_light/" ~/.config/kitty/kitty.conf
|
||||||
sed -i "s/bg=dark/bg=light/" ~/.config/nvim/init.vim
|
sed -i "s/bg=dark/bg=light/" ~/.config/nvim/init.vim
|
||||||
sed -i "s/iceberg_dark/iceberg_light/" ~/.dotfiles/tmux/.tmux.conf
|
sed -i "s/iceberg_dark/iceberg_light/" ~/.dotfiles/tmux/.tmux.conf
|
@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
git init
|
|
||||||
touch README.org
|
|
||||||
cp ~/Documents/IT/gpl-3.0.md LICENSE.md
|
|
||||||
cp ~/Documents/IT/shell.nix .
|
|
||||||
mkdir src tests data
|
|
||||||
git add ./*
|
|
||||||
git commit -m "Initial commit"
|
|
||||||
lorri init
|
|
||||||
direnv allow
|
|
@ -299,8 +299,8 @@ bindsym $mod+Shift+t mode "$Theme-switch"
|
|||||||
set $Theme-switch (l) light-theme, (d) dark-theme
|
set $Theme-switch (l) light-theme, (d) dark-theme
|
||||||
|
|
||||||
mode "$Theme-switch" {
|
mode "$Theme-switch" {
|
||||||
bindsym l exec --no-startup-id ~/.local/share/scripts/switch-theme "light", mode "default"
|
bindsym l exec --no-startup-id ~/.local/share/scripts/switch_theme "light", mode "default"
|
||||||
bindsym d exec --no-startup-id ~/.local/share/scripts/switch-theme "dark", mode "default"
|
bindsym d exec --no-startup-id ~/.local/share/scripts/switch_theme "dark", mode "default"
|
||||||
|
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user