Skip to content

micahkepe/dotfiles

Repository files navigation

Micah's Dotfiles

My personal dotfiles for macOS/Linux. This repository contains my configurations for Neovim/ Vim, Hammerspoon, and more. I have included a bootstrap script that will create the necessary symlinks for the configurations and install required packages.

Note

This probably won't work on your system ¯\_(ツ)_/¯.

If you want to give these dotfiles a try, I recommend forking and reviewing the code before giving them a whirl.

Details
Vimtex/ Sioyek

LaTeX editing

Spotify Player

Spotify player in the terminal

Quick Setup (Recommended)

Run the bootstrap script to setup prerequisites like Homebrew and Xcode Command Line Tools if needed, clone the repository to "$HOME"/.dotfiles, install Homebrew packages, and create symlinks for all configuration files:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/micahkepe/dotfiles/refs/heads/main/bootstrap.sh)"

Manual Setup

For macOS
  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. Clone this repository:
git clone https://github.com/micahkepe/dotfiles ~/.dotfiles
  1. Run the bootstrap script:
cd ~/.dotfiles && ./bootstrap.sh

Other Goodies

About

Version control for various configurations ⚙️

Topics

Resources

License

Stars

12 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors