8000 GitHub - duncaneddy/envutils: Utilities and tools for computer and development environment setup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Utilities and tools for computer and development environment setup

Notifications You must be signed in to change notification settings

duncaneddy/envutils

Repository files navigation

envutils

This repository contains utilities and tools for computer and development environment setup. This development environment is just personal preference, and this repository documents the applications used and setup process to make the process faster and more reproducible on future computers.

Tools

  1. Homebrew (MacOS)
  2. Oh-My-Zsh
  3. Spaceship Prompt
  4. Zsh-Autosuggestions
  5. Zsh Syntax highlighting
  6. Vim configuration
  7. Git configuration
  8. Eza
  9. Difftastic
  10. lnav
  11. Hack Font
  12. Amazon Ember Font
  13. Iconsolata Font
  14. XKCD Font
  15. Monaspace Font
  16. Typst
  17. Docker

Other Tools (MacOS)

  1. Alfred
  2. Rectange
  3. Stay
  4. Stats
  5. iTerm2
  6. VSCode
  7. Jetbrains App Toolbox
  8. Bartender
  9. Gifox
  10. Texifier
  11. Monodraw

First-Time Computer Setup

Install nvm (node version manager)

brew install nvm # Be sure to add the recommended lines to your .zshrc

Install terminalizer

npm install -g terminalizer

Quick-Update

To update all shell configurations run the following

make all

To only update aliases use

make aliases

Misc Notes

Git config

git config --global push.autoSetupRemote True

About

Utilities and tools for computer and development environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0