Linkinlog / dev-tooling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Dev Tooling

Information

This repo is aimed at automating the set up process of generic local environments.

  • All the packages that will be installed are under scripts/linux_packages.txt
  • Running make fedora will install VSCode, Teamviewer, and all other packages within the package file
  • Running make tools will start/enable ssh, make the needed dirs, copy configs, connect a smb share, add a ssh key for github, and set up neovim/teamviewer/github/ohmyzsh

Steps to set up local dev for Fedora

  • Run make fedora
  • Run make tools

Steps to set up local dev for Mac OS

  • Run make mac
  • Run make tools

About


Languages

Language:Vim Script 59.6%Language:Shell 36.5%Language:Lua 3.3%Language:Makefile 0.6%