jordinebot / dotfiles

My .files for macOS (bash, zsh, git and stuff)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New computer setup

Note: This dotfiles repository is deprecated. Check @jordinebot/spark instead.

All automated steps are in prepare.sh:

  1. Install brew

  2. Install CLI utilities

    brew install \
    git \
    node \
    yarn \
    the_silver_searcher \
    tmux \
    python@2 \
    thefuck
    
  3. Install neovim

    pip2 install neovim
    pip3 install neovim
    brew install neovim
    sudo gem install neovim
    gem environment
    yarn global add neovim
    
  4. Install Apps

    brew cask install \
    iterm2 \
    firefox \
    firefox-nightly \
    firefox-developer-edition \
    slack
    
    
  5. Create iTerm2 profiles

    Send text at start:

    tmux attach -t main || tmux new -s main
    
  6. Create /git folder

    sudo mkdir /git
    chown jordinebot:staff /git
    

About

My .files for macOS (bash, zsh, git and stuff)


Languages

Language:Shell 100.0%