Giter Club home page Giter Club logo

config's Introduction

Reference

New Laptop

  • MacOS Update
  • XCode Update
  • command line tools xcode-select --install
  • iterm
    • import profile iterm-profile.itermcolors
    • powerlevel9k(10k) theme github repo
    • be sure to insall PowerlineFonts - typically use github repo and ./install.sh
  • brew (how-to-geek how to install homebrew) + os dependencies
  • zsh as default chsh -s /bin/zsh or chsh -s /usr/local/bin/zsh for brew
  • prezto (prezto github repo)
  • vim + vim_runtime + vundle (vimrc repo) cp config/config.vim ~/.vim_runtime
    • install vundle git clone vimrc repo
    • Replace config.vim and vundle.vim in my_config.vim from .vimrc
    • run sh ~/.vim_runtime/install_awesome_vimrc.sh after coying
    • run vim > :PluginInstall
  • pyenv + relevant python versions
    • configure .zshrc before to use pyenv init command
    • pip install --upgrade pip setuptools wheel
    • pip install -r config/requirements.txt
  • docker

node/npm

npm install (npm-requirements.txt)

bin

Copy bin to ~

anscillary

  • istat menu
  • private internet access
  • dash
  • spectacle
  • miaforgmail
  • itsycal
  • sublime
  • sdkman + java version curl -s "https://get.sdkman.io" | bash

Pycharm

jetbrains ide - pycharm or intellij (be sure to configure jre)

Plugins:

  • BashSupport
  • CodeGlance
  • Copy and Browse Github
  • Ideavim
  • MaterialUI Theme
  • mypy
  • prettier
  • toml
  • wrap to column

UML

brew install plantuml fswatch

flutter

Read getting started

browser

Bar

  • itsycal
  • mia for gmail
  • spectacle
  • docker

sys pref

  • energy saver
  • mouse
  • hot corners
  • dark theme
  • fastest key repeat and delay in keyboard
  • CAPS LOCK as esc for every keyboard

Git

git config --global user.name "Tim Co" git config --global user.email "[email protected]" git config --global credential.helper osxkeychain

Reinstall prezto after shit gets fucked up

cp ~/config/* to root

.env.sh to root

zsh

zsh as default

Use two configs in this dir (both are hidden)

vim

pip install requirements .vim/bundle/YouCompleteMe/install.py

Vim Tips for Mappings from plugins

:nmap :nunmap

config's People

Contributors

tcco avatar

Watchers

James Cloos 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.