/dotfiles_2.0

Dotfiles setup for development

Primary LanguageShell

Dotfiles 2.0

Dotfiles 2.0 is a collection of development configurations.

Terminal Configuration

Clone Dotfiles repository.

cd ~/ && git clone git@github.com:rolfed/dotfiles_2.0.git && mv ~/dotfiles_2.0 ~/dotfiles

Install terminal Iceberg color them

1. Open Terminal
2. Go to Terminal > prefernces OR Command-Comma (,)
3. Import Iceberg theme 

Install ZSH OR Switch to ZSH

zsh --version
; zsh 5.7.1 (x86_64-apple-darwin19.0)

chsh -s /bin/zsh

Link .zshrc

ln -s ~/dotfiles/.zshrc ~/.zshrc

//TODO Copy Config directory to root

cp -r ~/

Install oh-my-zsh

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

Install Nerd Fonts

brew tap homebrew/cask-eonts 
brew install --cask font-hack-nerd-font

Install Powerlevel10k

brew install romkatv/powerlinelevel10k/powerlevel10k
echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc

Install Pyenv

brew install pyenv

Configure Pyenv

echo 'eval "$(pyenv init --path)"' >> ~/.zprofile

Vim Configuration

Install Ultimate Vim Configuration

License

MIT