diff --git a/git-lfs/install.bash b/git-lfs/install.bash new file mode 100644 index 000000000..44a729e30 --- /dev/null +++ b/git-lfs/install.bash @@ -0,0 +1,8 @@ +#! /usr/bin/env bash + +if ! git config --glob --get-regex "filter.lfs.*" &>/dev/null +then + tue-install-pipe git lfs install +else + tue-install-debug "git-lfs is already installed" +fi diff --git a/git-lfs/install.yaml b/git-lfs/install.yaml index 270cf635d..8dd95b634 100644 --- a/git-lfs/install.yaml +++ b/git-lfs/install.yaml @@ -1,2 +1,2 @@ -- type: system +- type: system-now name: git-lfs diff --git a/gtk3/install.yaml b/gtk3/install.yaml index 31bdac421..a9b7ef469 100644 --- a/gtk3/install.yaml +++ b/gtk3/install.yaml @@ -1,2 +1,2 @@ - type: system - name: libgtk3-dev + name: libgtk-3-dev diff --git a/matthijs/install.bash b/matthijs/install.bash index f496140aa..f5c4b230f 100644 --- a/matthijs/install.bash +++ b/matthijs/install.bash @@ -1,7 +1,7 @@ #! /usr/bin/env bash # Git Settings -git_config_items="advice.skippedCherryPicks=false color.ui=always merge.tool=meld pull.ff=true url.ssh://git@github.com/.insteadOf=https://github.com/" +git_config_items="advice.skippedCherryPicks=false rebase.autoStash=true color.ui=always merge.tool=meld pull.ff=true url.ssh://git@github.com/.insteadOf=https://github.com/ blame.ignoreRevsFile=.git-blame-ignore-revs" for item in $git_config_items do option=${item%=*} diff --git a/networking/ssh_persistent_connection_lines b/networking/ssh_persistent_connection_lines index c53165838..d653815ec 100644 --- a/networking/ssh_persistent_connection_lines +++ b/networking/ssh_persistent_connection_lines @@ -1,4 +1,6 @@ # BEGIN TUE PERSISTENT CONNECTION +Host bitbucket.??? # .org and .com + ControlMaster no Host * # Enable persistent connection multiplexing ControlMaster auto