Skip to content
Open
Changes from 2 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c8465c9
Added oh My zsh
Mehran Nov 15, 2017
fa4cba1
add Plugins and theme
invalid-email-address Nov 15, 2017
0926d0c
install powerline Fonts
invalid-email-address Nov 15, 2017
e87f803
Update OSConfig.sh
Mehran Nov 16, 2017
47ff231
Replace wget with curl
Mehran Nov 16, 2017
6da354e
add sudo
Mehran Nov 16, 2017
1f87ccd
add ZSH configuration by sed
Mehran Nov 16, 2017
a723a01
Update BrewConfig.sh
Mehran Nov 16, 2017
1f5a1b9
Default is zsh
Mehran Nov 17, 2017
6dbd519
Update OSConfig.sh
Mehran Nov 17, 2017
6db33b8
Update OSConfig.sh
Mehran Nov 17, 2017
c3f46fb
Update OSConfig.sh
Mehran Nov 17, 2017
85c48ca
Update OSConfig.sh
Mehran Nov 17, 2017
55aa444
Update OSConfig.sh
Mehran Nov 17, 2017
d3be098
Update OSConfig.sh
Mehran Nov 17, 2017
5c8b872
Update OSConfig.sh
Mehran Mar 8, 2018
5f57bc2
Update OSConfig.sh
Mehran Mar 8, 2018
674be58
Update BrewConfig.sh
Mehran Mar 10, 2018
219f410
Update OSConfig.sh
Mehran Mar 12, 2018
4c489de
Update OSConfig.sh
Mehran Mar 16, 2018
03f2657
Update OSConfig.sh
Mehran Apr 23, 2018
13bf547
Add unzip
Mehran May 4, 2018
ae411fe
Added auto downloader software for MacOS
May 4, 2018
4a9992a
Update Downloader-MacOS.sh
Mehran May 4, 2018
e8be680
Add wget
Mehran May 4, 2018
8fb020d
Delete Downloader-MacOS.sh
Mehran May 4, 2018
c05f175
Added Brew Cask to install software
Mehran May 4, 2018
eb2a2dd
add insomniax
Mehran May 4, 2018
01028ba
Update UnsplashBackground.sh
Mehran May 4, 2018
5a27465
Update README.md
Mehran May 4, 2018
7a1b4ea
Update BrewCask.sh
Mehran Jul 22, 2018
643cab3
Update BrewCask.sh
Mehran Jul 22, 2018
dfcd84a
Update BrewCask.sh
Mehran Jul 22, 2018
be6cfb1
Update OSConfig.sh
Mehran Jul 22, 2018
cdc598b
Update OSConfig.sh
Mehran Jul 23, 2018
7bf6995
Update OSConfig.sh
Mehran Jul 23, 2018
1cd2669
Update OSConfig.sh
Mehran Jul 23, 2018
7a1de74
add wireguard
Mehran Nov 22, 2018
712123f
Update BrewCask.sh
Mehran Dec 22, 2018
f3596c4
Update OSConfig.sh
Mehran Dec 22, 2018
3b852c6
Remove the “Last login” Message from the Terminal
Mehran Mar 29, 2019
b3f5905
Update OSConfig.sh
Mehran Aug 9, 2019
7ad4e20
Update BrewCask.sh
Mehran Aug 9, 2019
a25af64
Update BrewConfig.sh
Mehran Aug 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions OSConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@ defaults write com.apple.finder OpenWindowForNewRemovableDisk -bool true

# Minimize Windows Into Their Application’s Icon
defaults write com.apple.dock minimize-to-application -bool true

# setup Oh my Zsh & Plugins & Themes
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH/plugins/zsh-syntax-highlighting
wget -O $ZSH/themes/cobalt2.zsh-theme https://raw.githubusercontent.com/wesbos/Cobalt2-iterm/master/cobalt2.zsh-theme