main
Steffen Rademacker 8 years ago
parent 117e7ff45f
commit 774f09709b

Binary file not shown.

@ -1,3 +0,0 @@
{
"firstRun": false
}

@ -1,3 +0,0 @@
{
"clientId": 613154905326
}

@ -1,4 +0,0 @@
{
"optOut": false,
"lastUpdateCheck": 1482674139375
}

@ -56,10 +56,12 @@ brew services start kwm
# install all submodules
git submodule init
git submodule update
read -p "Press any key to continue... " -n1 -s
# link the dotfiles
mkdir ~/.config
ln -s ~/dotfiles/agignore ~/.agignore
ln -s ~/dotfiles/config ~/.config
ln -s ~/dotfiles/nvim ~/.config/nvim
ln -s ~/dotfiles/editorconfig ~/.editorconfig
ln -s ~/dotfiles/gemrc ~/.gemrc
ln -s ~/dotfiles/gitconfig ~/.gitconfig
@ -71,16 +73,23 @@ ln -s ~/dotfiles/ruby-version ~/.ruby-version
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/zsh ~/.zsh
ln -s ~/dotfiles/zshrc ~/.zshrc
read -p "Press any key to continue... " -n1 -s
# set xterm/screen terminals to enable italic fonts in terminal
tic ~/dotfiles/other/xterm-256color.terminfo
read -p "Press any key to continue... " -n1 -s
# set iterm terminal to xterm-256color!
# now restart your terminal/iterm2 and hope for the best
# set zsh to the default
sudo vim /etc/shells
read -p "Press any key to continue... " -n1 -s
chsh -s /usr/local/bin/zsh
read -p "Press any key to continue... " -n1 -s
/usr/bin/env zsh
read -p "Press any key to continue... " -n1 -s
sudo mv /etc/zshenv /etc/zprofile
read -p "Press any key to continue... " -n1 -s
sudo launchctl config user path $PATH
read -p "Press any key to continue... " -n1 -s

@ -12,8 +12,6 @@ brew install git-flow
brew install git-ftp
brew install imagemagick
brew install mariadb
brew install mas
brew install mdp
brew install mozjpeg
brew install nginx --with-http2
brew install openssl

@ -36,14 +36,3 @@ defaults write org.n8gray.QLColorCode fontSizePoints 9
defaults write org.n8gray.QLColorCode hlTheme blacknblue
defaults write org.n8gray.QLColorCode extraHLFlags '--replace-tabs=2'
qlmanage -r
# mac app store installs using mas (brew install mas)
mas install 430798174 # HazeOver (1.7.4)
mas install 443987910 # 1Password (6.5)
mas install 890031187 # Marked 2 (2.5.6)
mas install 497799835 # Xcode (8.1)
mas install 824171161 # Affinity Designer (1.5.3)
mas install 824183456 # Affinity Photo (1.4.3)
mas install 557168941 # Tweetbot (2.4.4)
# the rest such as gpg and drivers have to be installed manually

Loading…
Cancel
Save