Skip to content

A collection of sensible dotfiles for tools I use

License

Notifications You must be signed in to change notification settings

panchr/dotfiles

 
 

Repository files navigation

Rushy’s dotfiles

Installation

You can clone the repository wherever you want. (I like to keep it in ~/Projects/config/dotfiles). Then run bootstrap/init.sh, which sets up configuration and Doom.

git clone https://github.com/panchr/dotfiles.git && cd dotfiles && bootstrap/init.sh

Install Homebrew formula

When setting up a new Mac, you may want to install some common Homebrew formulae. This will install Homebrew and some standard packages:

./bootstrap/install-packages.sh

Original

This is forked from the original https://github.com/mathiasbynens/dotfiles.

Todos

Emacs

  • Install emacs server daemon as a systemd service
  • Install ruff or black as a Python formatter with flymake
  • Fix emacs inserting random characters into the buffer before it is ready
  • Fix emacs word wrapping
  • Install pyright LSP server
  • Install gopls LSP server
  • Install javascript LSP server
  • Install sh LSP server

About

A collection of sensible dotfiles for tools I use

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 82.7%
  • Emacs Lisp 15.1%
  • JavaScript 1.2%
  • Other 1.0%