GitXplorerGitXplorer
n

dotfiles

public
6 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
d81a35dfd9a720ba13dbbb717a30fe8adfe7aaac

updates

nnicoalbanese committed 2 months ago
Unverified
df887021db6da8ca0e2e69a0f7a723035356abc1

updates

nnicoalbanese committed 3 months ago
Unverified
701c599e8077cd1ca09389797c287527893e17dc

updates

nnicoalbanese committed 3 months ago
Unverified
62e6504c32d7c7c4455fe1e477e56a173562ace8

update nvim

nnicoalbanese committed 4 months ago
Unverified
5d7faa7dca816c2217dbaae7be066f738d74385b

remove omyzsh and move to starship

nnicoalbanese committed 4 months ago
Unverified
e02743356191e995dc07766bdbc4990ce2930c20

update tmux config

nnicoalbanese committed 4 months ago

README

The README file for this repository.

My dotfiles

This directory contains the dotfiles for my system

Requirements

Ensure you have the following installed on your system

Starting from Scratch

  1. Install Xcode Command Line Tools
xcode-select --install
  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install the following packages
brew install stow fd fzf ripgrep gh tmux neovim starship

Extras:

brew install bat stripe/stripe-cli/stripe turso lazygit

Install JetBrains Mono font

Plain Install

Git

brew install git

Stow

brew install stow

Installation

First, check out the dotfiles repo in your $HOME directory using git

git clone https://github.com/nicoalbanese/dotfiles.git
cd dotfiles

then use GNU stow to create symlinks

stow .

Extra Misc Items

  • Install TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  • install Bun
curl -fsSL https://bun.sh/install | bash
  • Install Oh-My-Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • turn off character suggestions key repeat
defaults write -g ApplePressAndHoldEnabled -bool false
  • add fnm
curl -fsSL https://fnm.vercel.app/install | bash
fnm install --lts