Pseudo initial

This commit is contained in:
Felipe M 2024-01-25 09:47:54 +01:00
parent 7e204a3d9f
commit cdfac4d089
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
13 changed files with 1312 additions and 24 deletions

View file

@ -1,11 +0,0 @@
#!/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