Skip to content

Scripts and configurations to fast forward private workstation setup.

Notifications You must be signed in to change notification settings

maribowman/workstation-setup

Repository files navigation

workstation-setup

enable passwordless sudo

  • sudo vim /etc/sudoers
  • add ${username} ALL=(ALL) NOPASSWD: ALL below the line includedir /etc/sudoers.d

install software

  • git (manual installation)
    • .gitconfig
  • zsh
    • .zshrc
  • docker
  • go
  • snap
    • goland
    • pycharm
    • kubectl
    • helm
    • obsidian
    • httpie
    • k9s
    • keepassxc
    • discord
    • teams
    • tradingview
    • zoom
  • azure cli
  • resilio-sync

register cron jobs

  • @reboot cron/update.sh

About

Scripts and configurations to fast forward private workstation setup.

Topics

Resources

Stars

Watchers

Forks