Skip to content

Personal dotfiles and configuration scripts.

Notifications You must be signed in to change notification settings

parteincerta/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A set of configuration files and scripts that I use to seed and maintain my development environment across all the computers I use.

macOS

  • Optionally follow the preliminary macOS setup guide.
  • Install Apple CLI Tools xcode-select --install.
  • Add the following location to Spotlight Privacy list /Library/Developer.
  • Clone this repo and run: bash macos/<hostname>/bootstrap.sh.
  • Start neovim and let the LSP servers install.
  • Open applications and configure them as needed.
    • If the host stores its Docker's cache folder in an external drive, reinstall the dotfiles before accepting Docker's ToS just so it disk is created in the external storage instead of in the internal one: bash macos/<hostname>/configure.sh.
    • Set Brave's Tab Scrolling flag to Enabled - tabs shrink to pinned tab width.
  • Disable auto-updates: bash shared_macos/scripts/disable-updates.sh.
  • Press Cmd+Shift+5, select Options and then set screenshots' folder.
  • Clone the docker-containers repo and setup the Docker containers.
  • Revisit Notifications, Login Items, Spotlight and re-access accordingly.
  • Configure VPNs and show them in the Menu Bar.
  • Reboot.

Maintenance

  • Check for macOS updates:
    • To list available updates: softwareupdate --list.
    • To install an update: softwareupdate --install <label>.
    • To install an update and restart: sudo softwareupdate --install --restart <label>.
  • Homebrew maintenance commands:
    • Update Homebrew and the list of formulae: brew update.
    • List outdated formulae: brew outdated --greedy.
    • Upgrade all installed formulae and casks: brew upgrade --greedy.
    • Formulae w/ special upgrade instructions:
      • brew install --ignore-dependencies gradle jdtls maven.
      • brew unlink python@3.12 openssl@3.
    • Purge cache: brew cleanup [--dry-run].
    • List dependencies of a formula: brew deps --tree <formula>.
    • List installed dependencies of a formula: brew uses --installed <formula>.
    • List installed formulae which are not dependencies of others: brew leaves.
    • List artifacts of a formula: brew ls <formula>.
  • Hosts file maintenance steps:
    • Check for hosts files updates.
    • Update the version reference in install-hosts.sh.
    • Update the hosts file: bash shared/scripts/install-hosts.sh.
  • Docker maintenance steps:
    • Check for updated extensions in Docker Desktop.
    • Check for new versions of base images / components.
    • Run docker compose up for updated images.
    • Run docker image prune --all to remove unused images.
    • Run docker system prune to remove unused artifacts.
  • mise maintenance commands:
    • List installed plugins: mise plugins list.
    • List all available plugins: mise plugins list-all.
    • Install a new plugin: mise plugins install <plugin>.
    • Update installed plugins: mise plugins upgrade.
    • Remove plugin: mise remove <plugin>.
    • List outdated installed tools: mise outdated.
    • Check latest available tool version: mise latest <plugin>[@version].
    • Install latest available tool version: mise install <plugin>[@version].
    • Remove tool version: mise remove <plugin>@<version>.
    • List available versions of a tool tools: mise ls-remote <plugin>.
    • Update all outdated tools: mise upgrade.
    • Update a given tool, if an update is available: mise upgrade <plugin>@<version>.
  • mise for AMD64 maintenance commands:
    • Check for mise updates for the AMD64 version.
    • Update the version reference in install-mise-amd64.sh.
    • Update the AMD64 version: bash shared/scripts/install-mise-amd64.sh.
    • Use the same instructions used for regular mise to manage the AMD64 tools.
  • MongoDB utilities maintenance steps:
  • Neovim maintenance commands:
    • Update Lazy's plugins: :Lazy sync.
    • Update Mason's registry: :MasonUpdate.
    • Update Mason's LSPs: :Mason -> Press the U key.
    • Update TreeSitter's parsers: TSUpdateSync.
  • Python maintenance commands:
    • pip3 list --user --outdated.
    • pip3 install --user --upgrade <package>.
  • vcpkg maintenance commands:
    • Check for vcpkg updates.
    • Update the version tag in install-vcpkg.sh.
    • Update vcpkg: bash shared/scripts/install-vcpkg.sh.
  • Other maintenance commands:
    • Install the dotfiles: bash macos/<hostname>/configure.sh.
    • Export configurations: bash shared_macos/scripts/export-defaults.sh.
    • Disable auto-updates: bash shared_macos/scripts/disable-updates.sh.
    • Update Brave's Content Filters lists.
  • Check for VSCode plugins updates.
  • Check for App Store updates.
  • Check for OpenCore Legacy Patcher updates.

About

Personal dotfiles and configuration scripts.

Topics

Resources

Stars

Watchers

Forks