Skip to content

Instantly share code, notes, and snippets.

View cameronRomo's full-sized avatar
💼
Exploring New Opportunities

Cameron Romo cameronRomo

💼
Exploring New Opportunities
  • Freelancing/Job Hunting
  • Loveland, CO
View GitHub Profile

README Spike

1. What is a README?

(high level overview)

A helpful reference document attached to your project that offers:

- overview of the project 
- explanation of file structure
  • instructions for cloning/forking and running the project locally
## Let's set up our dotfiles
### Part 1: Set up your dotfile repository
1. cd to your root directory (cd)
2. create a dotfiles directory (mkdir dotfiles)
2.5 run (git init) to initialize it as a git repository
3. run either a (touch .zsh_profile.zsh) file or a (touch .bash_profile) file
- zsh/bash depends on your shell. run (echo $SHELL ) in order to find out what shell you have
- if you already have a {zsh,bash}_profile file in your root directory, copy over the contents
@seancdavis
seancdavis / zshrc
Last active January 24, 2024 17:10
zshrc file to work with `rbenv` and oh-my-zsh
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
# ZSH_THEME="alanpeabody"
# Example aliases