Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 850 Bytes

README.md

File metadata and controls

39 lines (33 loc) · 850 Bytes

dotfiles

A collection of dotfiles I use/used across work/personal laptops

Tools to install

  • brew
  • git
  • zsh
  • oh-my-zsh
  • zsh plugins (use the script)
  • nvim
  • vim-plug
  • tmux
  • tmux plugin manager
  • yarn (required for some of the nvim plugins)
  • fzf
  • delta
  • ripgrep
  • htop
  • jq
  • fd
  • wget
  • doom emacs and emacs
    brew tap d12frosted/emacs-plus
    brew install emacs-plus --with-native-comp --with-modern-doom3-icon
    
    git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs
    ~/.config/emacs/bin/doom install
    

Some commands

brew install tmux nvim fzf git-delta ripgrep htop jq fd wget

# To install useful key bindings and fuzzy completion:
$(brew --prefix)/opt/fzf/install