/dotfiles

Furkan's MacOS Setup

Primary LanguageShell

Furkan's MacOS Setup

Download Xcode

To download, look AppStore.

Brew

Install brew package manager for install softwares

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Homebrew

Install softwares what I am using via Homebrew;

$ brew bundle --file=./Brewfile

$ brew analytics off

$ brew bundle dump # for exports

Jetbrains Toolbox

Click here and download the Datagrip application.

iTerm2

Install oh my zsh;

$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

And import bozd4g.itermcolors, bozd4g.itermprofile.json and bozd4g.itermkeymap.json file for configurations, keymaps and colors.

Spaceship

Clone this repository;

$ git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1

$ ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"

And set ZSH_THEME="spaceship" in your ~/.zshrc