Coder Social home page Coder Social logo

dotfiles's Introduction

Installation

cd ~
git clone [email protected]:kortina/dotfiles.git
cd dotfiles
git submodule update --init
./setup.sh

You should see the following output on sucessful install:

✅ ✅ ✅ 🎉 🎉 🎉

NB: If you want s3screenshots, you will need to install following the README

setup.sh will run all of the following setup scripts:

  • setup-homebrew.sh - install and update homebrew.
  • setup-deps.sh - install all dependencies, such as docker and other libs and packages.
  • setup-symlinks.sh - create symlinks from your home directory to any files that begin with a . in your ~/dotfiles directory.
  • setup-osx.sh - configure some osx preferences.

Each of this scripts can also be run independently (which may be faster for making small changes).

FAQ

  • If you get a permissions error, I recommened setting your user as owner of /usr/local/:
sudo chown -R "`id -u -n`:admin" /usr/local/*

Other

  • Must install Xcode before running ./setup.sh

Themes

# install terminal theme
open "themes/tomorrow-theme/OS X Terminal/Tomorrow Night.terminal"

fzf

setup-deps.sh will run brew install fzf which creates ~/.fzf.bash and ~/.fzf/. In my ~/.bash_mac I source ~/.fzf.bash to get all of the default terminal keybindings for fzf like ctrl-r for history search. Then, I have my personal fzf settings in ~/.fzf.conf.bash

Questions

If something is unclear, please add an issue: https://github.com/kortina/dotfiles/issues

dotfiles's People

Contributors

kortina 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.