Skip to content

micahkepe/dotfiles

Repository files navigation

Micah's Dotfiles

Preview of my Neovim setup.

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 repository is a work in progress and is constantly being updated. Additionally, if you want to give these dotfiles a try, I recommend forking and reviewing the code before giving them a whirl.

Fastfetch

MacOS:

Fastfetch Mac output

Linux:

Fastfetch Linux output

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


And that's it! If you have any suggestions or questions feel free to open an issue or contact me.

About

Version control for various configurations ⚙️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published