diff options
author | Karel Kočí <cynerd@email.cz> | 2024-04-07 14:24:41 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-04-07 14:24:41 +0200 |
commit | 7e0877988e4f1104d4f13f1b157ace744302fcc9 (patch) | |
tree | cdd1bf93f35ad11e510a4b2358d75c4a023956fa /install | |
parent | c2dae64e0bf3c8334d715adb851995b3526a1108 (diff) | |
download | myconfigs-7e0877988e4f1104d4f13f1b157ace744302fcc9.tar.gz myconfigs-7e0877988e4f1104d4f13f1b157ace744302fcc9.tar.bz2 myconfigs-7e0877988e4f1104d4f13f1b157ace744302fcc9.zip |
git: update configuration
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ fi if ask "git" "Install GIT configuration"; then inst gitconfig ~/.gitconfig + inst gitconfig-elektroline ~/.gitconfig-elektroline inst gitignore ~/.gitignore fi |