jidicula / dotfiles

Config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Codespace Setup

dotfiles

A collection of config dotfiles. All scripts are in script/: helpers end with .sh and scripts to rule them all have no suffix.

Steps

  1. $ xcode-select --install
  2. $ echo "Hostname: " && read -r HOSTNAME && sudo scutil --set ComputerName "$HOSTNAME" && scutil --set HostName "$HOSTNAME" && sudo scutil --set LocalHostName "$HOSTNAME" and restart shell.
  3. Set up your SSH key.
  4. git clone git@github.com:jidicula/dotfiles.git
  5. cd dotfiles
  6. Set up Terminal theme.
  7. script/setup chosen_hostname
  8. Import GPG signing key(s).

About

Config files


Languages

Language:Emacs Lisp 59.0%Language:Shell 38.4%Language:Ruby 2.5%Language:MAXScript 0.0%