Code Monkey home page Code Monkey logo

dotfiles's Introduction

dotfiles

Solarized color theme for OS X 10.7+ Terminal.app

https://github.com/tomislav/osx-terminal.app-colors-solarized

Clone and import Solarized Dark.terminal in preference terminal

git clone https://github.com/gHashTag/dotfiles.git

OhMyZsh!

curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

Тема powerlevel9k

git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

Window: column: 215; row: 60

Install dependencies:

brew https://brew.sh/index_ru.html

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

brew tap caskroom/fonts

brew cask install font-hack-nerd-font

cd ~/Library/Fonts && curl -fLo "Droid Sans Mono for Powerline Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf

select Font in terminal 12 Droid Sans Mono Nerd Complete

brew install node watchman yarn antigen wget gifify neovim

brew cask install java android-studio

npm install -g react-native-cli nodemon

sudo gem install cocoapods

fonts https://github.com/powerline/fonts/

vim plug https://github.com/junegunn/vim-plug

 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

neo vim https://github.com/neovim/neovim/wiki/Installing-Neovim

mkdir .config/nvim/init.vim

set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.nvimrc

Add links in ~/

ln -s ./dotfiles/.vimrc .vimrc

ln -s ./dotfiles/.nvimrc .nvimrc

ln -s ./dotfiles/.prettierrc .prettierrc

ln -s ./dotfiles/.zshrc .zshrc

ln -s ./dotfiles/.gitignore .gitignore

ln -s ./dotfiles/.gitconfig .gitconfig

ln -s ./dotfiles/.gitignore_global .gitignore_global

ln -s ./dotfiles/.editorconfig .editorconfig

ln -s ./dotfiles/.ctags .ctags

ln -s ./dotfiles/.eslintrc .eslintrc

ln -s ./dotfiles/.flowconfig .flowconfig

ln -s ./dotfiles/libdefs.js libdefs.js

Install Python 2 && 3

brew install python

brew install python3

sudo pip2 install --upgrade neovim

pip2 install --user --upgrade neovim

sudo pip3 install --upgrade neovim

pip3 install --user --upgrade neovim

brew doctor if:

If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
  /usr/local/include/python2.7/greenlet/greenlet.h
  /usr/local/include/python3.6m/greenlet/greenlet.h

sudo rm /usr/local/include/python2.7/greenlet/greenlet.h

sudo rm /usr/local/include/python3.7m/greenlet/greenlet.h

Install react-native-debugger https://github.com/jhen0409/react-native-debugger

brew update && brew cask install react-native-debugger

Telegram:

brew cask install telegram

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.