Skip to content

muhajirdev/dotfiles

Repository files navigation

Dotfiles

This Repository contain my dotfiles configuration.

Currently only contains dotfiles configuration for :

  • tmux
  • vim / neovim
  • zsh with pure
  • vscode:
    • settings
    • keybindings
  • Fira Code font

Getting Started

The following steps are how I set up my working environment

Install Fira code

https://github.com/tonsky/FiraCode/wiki

on mac: make sure homebrew is installed

brew tap caskroom/fonts
brew cask install font-fira-code

Terminal

  • Install Hyper termimal.
  • Install pure npm install --global pure-prompt
  • Install hyper-snazzy hyper install hyper-snazzy
  • Install hypercwd hyper install hypercwd
  • Install zsh-syntax-highlighting brew install zsh-syntax-highlighting
  • Put .zshenv and .zshrc into your home folder (~/.zshenv and ~/.zshrc)
  • Change default shell to zsh chsh -s $(which zsh)

Vscode

  • Install vscode
  • Put vscode-keybindings-mac.json from this repository into your vscode keybinding file, if you're using mac. Otherwise use vscode-keybindings.json
  • Put vscode-settings-mac.json from this repository into your vscode settings file, if you're using mac. Otherwise use vscode-settings.json
  • Install the following plugins:

screen shot 2018-05-30 at 13 57 29

screen shot 2018-05-30 at 13 57 37

screen shot 2018-05-30 at 13 57 50

  • Use Bluloco Dark Operator Mono theme

Git Credential

git config --global credential.helper osxkeychain

About

My Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published