Git Product home page Git Product logo

bash_config's Introduction

bash_config

Installation

This is the installation guide for a new mac computer.

clone this repository

cd ~
mkdir -p projects
cd projects
git clone git clone https://github.com/eranheres/bash_config.git
cd bash_config
## setup of brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

## install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
grep -q "source $(pwd)/zsh_profile" ~/.zshrc || echo "source $(pwd)/zsh_profile.zsh" >> ~/.zshrc
echo "OPEN_API_KEY: YourKeyHere" >> $(pwd)/config.yml

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

# brew install all modules
eval "$(/opt/homebrew/bin/brew shellenv)"
brew bundle --file=$(pwd)/Brewfile

eval ~/.zshrc

Fonts

Download and install into iTerm2 nerd 0xProto-Nerd-Font from here: https://www.nerdfonts.com/font-downloads

Neovims

install the neovims setups.

mkdir -p ~/.config
cd ~/.config
git clone https://github.com/eranheres/nvim-general nvim-a
git clone https://github.com/eranheres/nvim-python
git clone https://github.com/eranheres/nvim-iosdev nvim-ios

Run healthcheck

brew nvims

bash_config's People

Contributors

eranheres avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.