Skip to content

CBroz1/dotfiles

 
 

Repository files navigation

Setup Linux Machine

These are instructions to my fututre self on how to set up a new linux machine.

These instructions are presented in order, based on experience with Pop OS.

git clone github.com/cbroz1/dotfiles ~/dotfiles
cd ~/dotfiles
./config.sh

In order to run sbin scripts directly as sudo, add ~/.local/sbin to the secure path in /etc/sudoers:

sudo update-alternatives --config editor # change sudo editor
sudo visudo

Navigation

  • Window tiler
    • Hint color: #44475a
    • Show active hint
    • Border radius: 2px
  • Keyboard shortcuts: Settings -> Keyboard -> Keyboard shortcuts
    • Minimize: Windows -> Hide Window -> Super+N
  • NerdFont

Browser

Programs

Logins

  • Set profile picture
  • Set up git: gh auth login
  • Set up nvim: Copilot auth
  • Code login. If settings don't sync, move ~/dotfiles/code/* to ~/.config/Code/User/

Misc

  • Dracula theme
  • Tweaks (installed via apt)
    • Appearance -> Applications -> Dracula
    • Startup applications: Firefox, Slack
  • More Appearance: Download to ~/.themes or ~/.icons, then select in Tweaks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.5%
  • Python 11.6%
  • Vim Script 1.4%
  • Ruby 0.5%