Initial
This commit is contained in:
commit
7e204a3d9f
6 changed files with 124 additions and 0 deletions
11
.dotfiles/bootstrap/01_iterm.sh
Normal file
11
.dotfiles/bootstrap/01_iterm.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
system_type=$(uname -s)
|
||||
iterm_config_path=$HOME/.dotfiles/config/iterm2
|
||||
|
||||
if [ "$system_type" = "Darwin" ]; then
|
||||
if [ -d "$iterm_config_path" ]; then
|
||||
echo "Setting iTerm preference folder"
|
||||
defaults write com.googlecode.iterm2 PrefsCustomFolder "$iterm_config_path"
|
||||
fi
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue