Compare commits

...

3 Commits

Author SHA1 Message Date
b8a1eec4df
Add vcs-init script 2020-10-27 13:16:05 +01:00
f39e3e50de
Change emacs light theme to doom-flatwhite 2020-10-27 13:12:17 +01:00
f1c108d991
Add gitlab to pass-git-helper 2020-10-27 13:02:34 +01:00
4 changed files with 23 additions and 5 deletions

View File

@ -1,8 +1,15 @@
[git.coolneng.duckdns.org*]
target=dev/gitea
target=web/git.coolneng.duckdns.org
username_extractor=specific_line
line_username=1
skip_username=7
[github.com*]
target=dev/github
target=web/github.com
username_extractor=specific_line
line_username=1
skip_username=7
[gitlab.com*]
target=web/gitlab.com
username_extractor=specific_line
line_username=1
skip_username=7

View File

@ -9,7 +9,7 @@ fi
mode=$1
if [ "$mode" = "light" ]; then
emacsclient --eval "(load-theme 'doom-nord-light 'no-confirm)"
emacsclient --eval "(load-theme 'doom-flatwhite 'no-confirm)"
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/iceberg_dark/iceberg_light/" ~/.dotfiles/tmux/.tmux.conf

View File

@ -0,0 +1,11 @@
#!/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

View File

@ -299,8 +299,8 @@ bindsym $mod+Shift+t mode "$Theme-switch"
set $Theme-switch (l) light-theme, (d) dark-theme
mode "$Theme-switch" {
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 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 Return mode "default"
bindsym Escape mode "default"