Skip to content

Commit

Permalink
Various updates (tue-robotics#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Feb 10, 2024
2 parents 0e44fa9 + f026119 commit 2977b22
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions git-lfs/install.bash
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion git-lfs/install.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- type: system
- type: system-now
name: git-lfs
2 changes: 1 addition & 1 deletion gtk3/install.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- type: system
name: libgtk3-dev
name: libgtk-3-dev
2 changes: 1 addition & 1 deletion matthijs/install.bash
Original file line number Diff line number Diff line change
@@ -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%=*}
Expand Down
2 changes: 2 additions & 0 deletions networking/ssh_persistent_connection_lines
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# BEGIN TUE PERSISTENT CONNECTION
Host bitbucket.??? # .org and .com
ControlMaster no
Host *
# Enable persistent connection multiplexing
ControlMaster auto
Expand Down

0 comments on commit 2977b22

Please sign in to comment.