Skip to content

fmgornick/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependencies

main programs

  • nvim - editor (brew install neovim)
  • tmux - multiplexor (brew install tmux)
    • build your own some day!
  • alacritty - terminal emulator
  • zsh - shell program
  • git - version control
  • postman - api platform
    • switch to insomnia mayb

basic tools

  • brew - package manager (/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")
  • curl - for web requests (brew install curl)
  • fzf - fuzzy finding (brew install ripgrep)
  • fd - fast file search (brew install fd)
  • rg - fast file grepper (brew install ripgrep)
  • lazygit - git interface
    • probably don't need this anymore

development tools

  • docker - containerization environment (brew install docker)
  • colima - container runtime (brew install colima)
    • look for alternative, maybe using launchd

languages

  • c (preinstalled most likely)
  • rust (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh)
    • cargo-update - managing cargo installs (cargo install cargo-update)
  • go (brew install go)
    • go-global-update - managing go installs (go install github.com/Gelio/go-global-update@latest)
  • python (brew install python3)
    • pipx - python global package manager (brew install pipx)

lsp

About

keeping track of my configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published