Skip to content

mau5mat/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles for macOS. Includes Neovim, Kitty, Zsh, and Git config.

What's included

  • nvimLazyVim with configs for Python, Ruby, Rust, SQL
  • kitty — Catppuccin Mocha theme, FiraCode Nerd Font
  • zsh — oh-my-zsh, pyenv, rbenv
  • git — global gitconfig
  • Brewfile — all personal tooling

Fresh install

git clone https://github.com/mau5mat/dotfiles ~/dotfiles
~/dotfiles/install.sh

Manual steps after install

  • Ruby: rbenv install <version> then rbenv global <version>
  • Python: pyenv install <version> then pyenv global <version>
  • Rust: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Haskell: ghcup tui to install GHC + Cabal, then install haskell-language-server via Mason in Neovim
  • Neovim: launch and run :Lazy to install plugins, then :TSInstall all for treesitter parsers

About

Personal dotfiles - nvim, kitty, zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors