Skip to content

maribowman/workstation-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
    • tradingview
    • zoom
  • 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

gnome

load extensions settings

dconf load /org/gnome/shell/extensions/ < gnome-extensions.toml

dump extensions settings

dconf dump /org/gnome/shell/extensions/ > gnome-extensions.toml

About

Scripts and configurations to fast forward private workstation setup.

Topics

Resources

Stars

Watchers

Forks

Contributors