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

neovim

install nerd font

wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/JetBrainsMono.zip \
&& cd ~/.local/share/fonts \
&& unzip JetBrainsMono.zip \
&& rm JetBrainsMono.zip \
&& fc-cache -fv

About

Scripts and configurations to fast forward private workstation setup.

Topics

Resources

Stars

Watchers

Forks