diff --git a/fedora/test_insider b/fedora/test_insider
index 10f7a79f..83f44171 100755
--- a/fedora/test_insider
+++ b/fedora/test_insider
@@ -13,5 +13,5 @@ cd $HOME
mkdir -p dev/
cp -rv temp/dotfiles dev/
-./dev/dotfiles/fedora/configure_fresh_system.sh
+./dev/dotfiles/fedora/up.sh
diff --git a/macosx/com.googlecode.iterm2.plist b/macosx/com.googlecode.iterm2.plist
index 32635dc6..6d65c78e 100644
--- a/macosx/com.googlecode.iterm2.plist
+++ b/macosx/com.googlecode.iterm2.plist
@@ -8,6 +8,8 @@
0
AppleSmoothFixedFontsSizeThreshold
1
+ AppleWindowTabbingMode
+ manual
Custom Color Presets
3024 Day
@@ -38884,6 +38886,8 @@
742D3518-E836-426B-AC64-52464FE2F7EB
DimOnlyText
+ HotkeyMigratedFromSingleToMulti
+
LoadPrefsFromCustomFolder
NSNavLastRootDirectory
@@ -38931,11 +38935,11 @@
NSWindow Frame ProfilesPanel
275 596 735 382 0 0 1680 1027
NSWindow Frame SUUpdateAlert
- 330 304 620 392 0 0 1280 777
+ 530 493 620 392 0 0 1680 1027
NSWindow Frame SharedPreferences
695 473 796 473 0 0 1680 1027
NSWindow Frame iTerm Window 0
- 0 82 1674 945 0 0 1680 1027
+ 0 80 1680 947 0 0 1680 1027
NSWindow Frame iTerm Window 1
0 82 1674 945 0 0 1680 1027
New Bookmarks
@@ -39598,7 +39602,7 @@
NoSyncInstallationId
41369974-18FD-4FD2-96AB-0C842E6ADF09
NoSyncLastTipTime
- 524926762.21642798
+ 528131032.32350498
NoSyncNeverRemindPrefsChangesLostForFile
NoSyncNeverRemindPrefsChangesLostForFile_selection
@@ -39649,6 +39653,32 @@
0036
0037
0038
+ 0039
+ 0040
+ 0041
+ 0042
+ 0043
+ 0044
+ 0045
+ 0046
+ 0047
+ 0048
+ 0049
+ 0050
+ 0051
+ 0052
+ 0053
+ 0054
+ 0055
+ 0056
+ 0057
+ 0058
+ 0059
+ 0060
+ 0061
+ 0062
+ 0063
+ 0064
PasteTabToStringTabStopSize
4
@@ -39687,6 +39717,8 @@
PrefsCustomFolder
/Users/cyplo/dev/dotfiles/macosx
+ SUAutomaticallyUpdate
+
SUEnableAutomaticChecks
SUFeedAlternateAppNameKey
@@ -39696,7 +39728,7 @@
SUHasLaunchedBefore
SULastCheckTime
- 2017-08-20T12:59:24Z
+ 2017-09-26T15:42:42Z
SUSendProfileInfo
SavePasteHistory
@@ -39706,7 +39738,7 @@
WordCharacters
/-+\~_.
iTerm Version
- 3.0.15
+ 3.1.2
kCPKSelectionViewPreferredModeKey
6
kCPKSelectionViewShowHSBTextFieldsKey
diff --git a/macosx/install-remaining-interactively.sh b/macosx/install-remaining-interactively.sh
new file mode 100644
index 00000000..716665ce
--- /dev/null
+++ b/macosx/install-remaining-interactively.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+xcode-select --install
diff --git a/macosx/up.sh b/macosx/up.sh
index a7d46b1e..0ee09df1 100755
--- a/macosx/up.sh
+++ b/macosx/up.sh
@@ -16,11 +16,13 @@ brew unlink gpg-agent
brew uninstall gpg-agent
set -e
-brew install --force gnupg2
brew update
brew upgrade
brew cask list | xargs brew cask install --force
+brew install --force gnupg2
+brew install reattach-to-user-namespace --with-wrap-pbcopy-and-pbpaste
+
brew install aria2
brew install \
autojump \
@@ -28,7 +30,6 @@ brew install \
mobile-shell \
the_silver_searcher \
tmux \
- reattach-to-user-namespace --with-wrap-pbcopy-and-pbpaste \
tree \
watch \
zsh
@@ -80,7 +81,7 @@ brew cask install appcode
brew cask install adium
brew cask install kdiff3
-brew services start syncthing
+reattach-to-user-namespace brew services restart syncthing
if ! fgrep /usr/local/bin/zsh /etc/shells; then
sudo bash -c "echo /usr/local/bin/zsh >> /etc/shells"