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: 3 months ago
JSON representation
Config files
- Host: GitHub
- URL: https://github.com/jidicula/dotfiles
- Owner: jidicula
- Created: 2020-06-24T22:00:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T01:41:59.000Z (8 months ago)
- Last Synced: 2024-05-29T15:33:38.431Z (8 months ago)
- Topics: bash, dotfiles, emacs-configuration, git, shell, zsh
- Language: Emacs Lisp
- Homepage:
- Size: 920 KB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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).