Coder Social home page Coder Social logo

dotfiles's Introduction

Dotfiles

Use these files in your bash to improve it.

Important: git/gitconfig has my nickname/email for Github. Please change it.

Installation

The ./install executable will install everything needed for a new computer. It includes:

  • cloning this repo, setting up symlinks for gitconfig, tmux, bash aliases, Allacritty configurations, and more
  • installs all software via Homebrew (e.g rbenv, vim, ctags, 1password, slack, google chrome)

New Computer Checklist (./install)

  1. On MacOS: run chsh -s /bin/bash to replace ZSH with Bash.
  2. Run source /dev/stdin <<<"$( curl -sS https://raw.githubusercontent.com/kurko/.dotfiles/master/install )"

Notes:

  • the script should prompt you to generate your RSA keys the first time. If you're having trouble, setup the RSA key manually (~/.ssh/id_rsa.pub) and upload to Github.
  • the script should install 1Password but if it doesn't, download it manually.

More details

You can run the follow command and it will show up errors that you can adjust, one by one

source /dev/stdin <<<"$( curl -sS https://raw.githubusercontent.com/kurko/.dotfiles/master/install )"

If it doesn't work, you can clone the files and use it directly (which is mostly what the command above does):

git clone [email protected]:kurko/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install

Update from Github

You can just run the same command

source /dev/stdin <<<"$( curl -sS https://raw.githubusercontent.com/kurko/.dotfiles/master/install )"

Or you can

cd ~/.dotfiles
git pull --rebase origin master

Reloading

To reload dotfiles, run:

$ ubp

ubp will Update Bash Profile with whatever is in the .dotfiles dir.

Setup id_rsa for Github

Run:

ssh-keygen -t rsa -b 4096 -C "[email protected]"
cat ~/.ssh/id_rsa.pub

Then head to https://github.com/settings/keys/new.

dotfiles's People

Contributors

franzejr avatar kurko avatar rafaelsales avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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