Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles and Macbook configuration

Synchronize personal dotfiles, install required packages and configure related Macbook settings.

OS Configuration

  • Show battery percentage -> Show in menu bar
  • Configure input sources -> Disable auto capitalization
  • Configure spelling check for U.S. English
  • Configure Dock to align on right side
  • Configure Finder Favorites
  • Create Screenshots folder in the $HOME directory
  • Add Downloads folder to dock
  • Create screenshot automation to reduce screenshots size Screenshot Trick
  • Disable sleep when plugged in the power
  • Disable hotkey for spotlight

Instructions

  • Download Xcode

  • Install Homebrew to $HOME/.homebrew:

    • git clone https://github.com/Homebrew/brew.git $HOME/.homebrew
  • Change default shell to zsh:

    •   chsh -s $(which zsh)
  • Run link.sh to complete dotfiles linking

    • brew analytics off
  • Install Homebrew packages:

    • brew bundle --global

      •    pip install virtualenv
           pip install virtualenvwrapper
  • Install nvim plugin manager

    •   curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs 
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • Install nvim plugins by opening nvim and running:

    • :PlugInstall
  • Install necessary providers for nvim

    •    pip install --user --upgrade pynvim
  • fzf completion:

    •  $HOMEBREW/opt/fzf/install
  • iTerm

    • Go to the profile tab and change fonts
    • Create a new profile
    • Change espace sequence key to work to fzf
    • Create launch command to attach tmux session
      • tmux attach || tmux new
  • rectangle

    • Security -> Accessibility: Give access
    • Launch at login
  • open-in-code

    • Move Open in Code.app to /Applications
    • Drag it to Finder toolbar while holding command key

dotfiles's People

Contributors

otanfener avatar

Stargazers

 avatar Roman avatar Aydın Özcan avatar

Watchers

 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.