Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Peter's dotfiles

Dotfiles and automation that make my life easier. Take a peek!

  • Homebrew The Missing Package Manager for MacOS (or Linux)

  • Mac App Store CLI A CLI for the Mac App Store. Installs all your favorite apps in just 1 line!

  • Hammerspoon Staggeringly powerful MacOS desktop automation with Lua

  • Neovim A modern, ground up rewrite of Vim

  • Kitty A fast, GPU based terminal alternative to iTerm

  • Tmux Create, split, save, move terminal tabs easily all within one window.

  • Fzf The fastest way to search for ANYTHING on your computer

  • Forgit Use git interactively. Powered by fzf

  • Prezto A lightweight zsh configuration framework with sensible defaults. It's fast, too!

  • PowerLevel10k A zsh theme that emphasizes speed, flexibility and an out-of-the-box experience

Screenshots

tmux

neovim

git diff

forgit

Getting Started

Check out ./first_time_setup.sh and see what we're doing. The steps are relatively straight forward:

  • Install Homebrew & dependencies
  • Install Xcode and Xcode CLI tools
  • Setup symlinks and config
source first_time_setup.sh

Vim and Neovim Setup

Neovim is a fork and drop-in replacement for vim. in most cases, you would not notice a difference between the two, other than Neovim allows plugins to run asynchronously so that they do not freeze the editor, which is the main reason I have switched over to it. Vim and Neovim both use Vimscript and most plugins will work in both (all of the plugins I use do work in both Vim and Neovim). For this reason, they share the same configuration files in this setup. Neovim uses the XDG base directory specification which means it won't look for a .vimrc in your home directory. Instead, its configuration looks like the following:

Vim Neovim
Main Configuration File ~/.vimrc ~/.config/nvim/init.vim
Configuration directory ~/.vim ~/.config/nvim

Thanks

I've been working on my dotfiles for over 8 years. A lot of it is thanks to the community and some of my favorite people / projects:

Paths and extra alias

if you want to add paths and extra aliases, you can add them into alias and path. this is loaded by ~/.zshenv

Investigating

TODO

  • add nvim +PlugInstall to isntall plugs

  • reverse order in the file to install other shit frist

  • figure out broken brew things

  • install node via fnm after brew installing it

  • manually open hammerspoon and set open at login

  • look into cron jobs and cleanup scripts

  • copy over gitconfig correctly

  • update gitconfig !!! look at nicknisi and paul irish< matiasj>

  • copy over sshconfig correctly

  • copy over npmrc correcetly

  • set caps to control in osx.sh settings

  • find and setup popular sublime confi

  • find and setup popular vscode config

  • set up vimbox

  • add macvim to brew cask

  • correctly setup iCloud for important files / folders / certs

  • look at AUTH SOCK stuff https://github.com/akashin/dotfiles/blob/master/zsh/zshrc.symlink#L52

  • look into why .npmrc needs to be EXPORTED

  • heroku autocomplete

  • set up a cron job that checks for latest version of reason-language-server (and other bins to update them)

About

α … Dotfiles for zsh, tmux, fzf, neovim, git, zprezto, hammerspoon, kitty & more πŸ”₯

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.