Skip to content

Instantly share code, notes, and snippets.

View lucasamonrc's full-sized avatar

Lucas Castro lucasamonrc

View GitHub Profile
@lucasamonrc
lucasamonrc / project-readme.md
Last active December 23, 2022 22:00
Side-project README.md Template

📦 Project Name

This is a short description of your project, listing its main functionality value proposition. Keep it to one single short paragraph with up to 280 characters.

If the project is a work in progress, make mention of it in a second paragraph. Optionally you can include a link to a project kanban board or product roadmap, or include a short checklist to what needs to be completed. Ideally you will keep track of those items the issues tab.

🎯 Justification

Reflect on the problem you are trying to solve and how you found out about it. Mention interviews with users or public sources that can be used as an evidence that this is a relevant problem. If this is only a personal problem, that's fine; the idea is that the existence of this project can be justified by an existing problem that you, or someone you know, are experiencing.

@lucasamonrc
lucasamonrc / .gitconfig
Last active May 16, 2024 04:26
My personal git configuration
[user]
name = Lucas Castro
email = lucasamonrc@gmail.com
[core]
editor = vim
[init]
defaultBranch = main
@lucasamonrc
lucasamonrc / terminal.md
Created October 4, 2022 19:07
Terminal setup

My Terminal Setup

This post will guide you on how to customize your terminal to make it a little bit prettier and useful. We will install a theme and some plugins that can help us boost our productivity when working with the terminal. Disclaimer: this guide will not work on PowerShell or CMD, if you are using Windows. If you are in an OS that uses bash or zsh, you are good to go.

Prerequisites

Before we get started make sure you have the following things installed/prepped:

  • cURL
  • Git
  • zsh (If you are running bash, you will need to get zsh installed)