diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-08 16:06:16 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-08 16:06:16 -0500 |
commit | 3ae57fe0826ef92891016a82f1eb3d9ce4795169 (patch) | |
tree | 5623bba7b435c51f48d7634ef3dfff841034a671 | |
parent | dacc8facb80c8700d3e5243e762191a2d9faa728 (diff) | |
download | rcm-3ae57fe0826ef92891016a82f1eb3d9ce4795169.tar.gz rcm-3ae57fe0826ef92891016a82f1eb3d9ce4795169.tar.bz2 rcm-3ae57fe0826ef92891016a82f1eb3d9ce4795169.zip |
add git attributes
-rw-r--r-- | .gitattributes | 6 | ||||
-rwxr-xr-x | xinitrc | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45c1f98 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text eol=lf +*.eot binary +*.ttf binary +*.otf binary +*.woff binary +*.woff2 binary @@ -1,5 +1,5 @@ +xrdb -load ~/.Xresources xsetroot -solid '#282C34' & -xrdb -load ~/.Xresources & xclock -digital -geometry +2250+1400 -face "Ttyp0:pixelsize=24:antialias=false:autohint=false" & gsettings set org.gnome.desktop.interface document-font-name 'Input Sans Compressed' & gsettings set org.gnome.desktop.interface font-name 'Input Sans Compressed' & |