This commit is contained in:
Stephan Raabe 2023-08-31 14:53:53 +02:00
parent a154240deb
commit d8284f079e
4 changed files with 28 additions and 20 deletions

View File

@ -48,7 +48,7 @@ alias gc="git commit -m"
alias gp="git push"
alias gpl="git pull"
alias gst="git stash"
alias gpf="git stash; git pull"
alias gsp="git stash; git pull"
# SCRIPTS

View File

@ -1,4 +1,12 @@
# dotfiles
__ __ _ _ ___ __ _ _ __ _ _
| \/ | | | || \ \ / / __| | ___ | |_ / _(_) | ___ ___
| |\/| | | | || |\ \ /\ / / / _` |/ _ \| __| |_| | |/ _ \/ __|
| | | | |__|__ _\ V V / | (_| | (_) | |_| _| | | __/\__ \
|_| |_|_____| |_| \_/\_/ \__,_|\___/ \__|_| |_|_|\___||___/
by Stephan Raabe (2023)
-----------------------------------------------------
This is the configuration of my Arch linux based installation.

0
scripts/onedrive.sh Normal file → Executable file
View File

View File

@ -1,20 +1,20 @@
@define-color foreground #c0bfc0;
@define-color background #040103;
@define-color cursor #c0bfc0;
@define-color foreground #bfc1c1;
@define-color background #000a0a;
@define-color cursor #bfc1c1;
@define-color color0 #040103;
@define-color color1 #9B0E1D;
@define-color color2 #D62D47;
@define-color color3 #FF817F;
@define-color color4 #361090;
@define-color color5 #5815A9;
@define-color color6 #D449B3;
@define-color color7 #c0bfc0;
@define-color color8 #424042;
@define-color color9 #9B0E1D;
@define-color color10 #D62D47;
@define-color color11 #FF817F;
@define-color color12 #361090;
@define-color color13 #5815A9;
@define-color color14 #D449B3;
@define-color color15 #c0bfc0;
@define-color color0 #000a0a;
@define-color color1 #3C5663;
@define-color color2 #585E5F;
@define-color color3 #956D41;
@define-color color4 #D0A636;
@define-color color5 #717E8B;
@define-color color6 #9BA0A4;
@define-color color7 #bfc1c1;
@define-color color8 #3f4747;
@define-color color9 #3C5663;
@define-color color10 #585E5F;
@define-color color11 #956D41;
@define-color color12 #D0A636;
@define-color color13 #717E8B;
@define-color color14 #9BA0A4;
@define-color color15 #bfc1c1;