Skip to content

Instantly share code, notes, and snippets.

View TomasBeuzen's full-sized avatar
👨‍💻
Coding

Tomas Beuzen TomasBeuzen

👨‍💻
Coding
View GitHub Profile
@TomasBeuzen
TomasBeuzen / laptop_setup_v2.md
Last active July 11, 2023 12:06
Steps taken when setting up my MacBook Air (M1)

New Mac Setup

This gist documents the setup of my Mac, primarily for personal use and data science.

Hardware/software details:

  • MacBook Air (M1, 2020)
  • Big Sur (11.2.2)

Installs

  • Install HomeBrew
@TomasBeuzen
TomasBeuzen / gitignore.md
Last active July 24, 2020 23:59
Global .gitignore configuration

.gitignore

On my MacOS, the global .gitignore file can be created/editted with:

nano ~/.gitignore_global

Here are the current contents which include files I find useful to ignore in my work as a data scientist:

.DS_Store
@TomasBeuzen
TomasBeuzen / fork_pull.md
Last active March 11, 2025 19:54
GitHub Fork, Branch & Pull Workflow

The Fork & Pull Workflow

The fork and pull workflow is necessary for effectively and efficiently contributing to and collaborating on open-source work. This gist describes the workflow for contributing to an open-source project for which you don't have write access. It is an adaptation from a post on my website here.

The Short Version

  1. Fork the GitHub repository.