An open API service indexing awesome lists of open source software.

https://github.com/victorcazanave/mac-os-config

My configuration of Mac OS
https://github.com/victorcazanave/mac-os-config

git macos shell terminal visual-studio-code

Last synced: 2 months ago
JSON representation

My configuration of Mac OS

Awesome Lists containing this project

README

          

# 💻 ⚙️ Mac OS Config

_My configuration of Mac OS 10.15.4_

## Terminal

* Terminal emulator: [iTerm2](https://www.iterm2.com/)
* Shell: [ZSH](https://github.com/hmml/awesome-zsh) (installed by default)
* Plugin framework: [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh)
* Theme: [Powerlevel9k](https://github.com/Powerlevel9k/powerlevel9k)
* Font: [FiraCode Nerd Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode)
* Configuration file: [`~/.zshrc`](.zshrc)

## Git

* [GitX](http://rowanj.github.io/gitx/) ([terminal usage can be enabled](https://stackoverflow.com/a/27901804))

## Visual Studio Code

* Configuration file: [`~/Library/Application\ Support/Code/User/settings.json`](settings.json)
* Extensions:
* [Theme - Seti-Monokai](https://marketplace.visualstudio.com/items?itemName=SmukkeKim.theme-setimonokai)
* [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)
* [Sublime Text Keymap and Settings Importer](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings)
* [stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
* [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one)
* [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
* [Remote - SSH](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh)
* [Remote - SSH:Editing Configuration Files](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh-edit)
* [NGINX Configuration](https://marketplace.visualstudio.com/items?itemName=william-voyek.vscode-nginx)
* [Vetur (for Vue)](https://marketplace.visualstudio.com/items?itemName=octref.vetur)
* [Svelte](https://marketplace.visualstudio.com/items?itemName=JamesBirtles.svelte-vscode)
* [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker)