Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jidicula/dotfiles

Config files
https://github.com/jidicula/dotfiles

bash dotfiles emacs-configuration git shell zsh

Last synced: about 1 month ago
JSON representation

Config files

Lists

README

        

[![Build](https://github.com/jidicula/dotfiles/actions/workflows/setup.yml/badge.svg)](https://github.com/jidicula/dotfiles/actions/workflows/setup.yml)
[![Codespace Setup](https://github.com/jidicula/dotfiles/actions/workflows/setup-codespace.yml/badge.svg)](https://github.com/jidicula/dotfiles/actions/workflows/setup-codespace.yml)

# dotfiles

A collection of config dotfiles. All scripts are in `script/`: helpers end with `.sh` and [scripts to rule them all](https://github.com/github/scripts-to-rule-them-all) have no suffix.

# Steps

1. `$ xcode-select --install`
1. `$ echo "Hostname: " &&
read -r HOSTNAME && sudo scutil --set ComputerName "$HOSTNAME" &&
scutil --set HostName "$HOSTNAME" &&
sudo scutil --set LocalHostName "$HOSTNAME"` and restart shell.
1. [Set up your SSH key](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent).
1. `git clone [email protected]:jidicula/dotfiles.git`
1. `cd dotfiles`
1. Set up Terminal theme.
1. `script/setup chosen_hostname`
1. Import GPG signing key(s).