Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curiouslychase/_dotfiles
✨ my dotfiles
https://github.com/curiouslychase/_dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
✨ my dotfiles
- Host: GitHub
- URL: https://github.com/curiouslychase/_dotfiles
- Owner: curiouslychase
- Created: 2013-11-22T15:17:46.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T21:01:09.000Z (9 months ago)
- Last Synced: 2024-10-14T23:02:04.034Z (4 months ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 1.41 MB
- Stars: 9
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
These are my dotfiles. They've changed a lot over time and will likely change a lot more over time.
If you're looking at them and you're not me, feel free to use them as a guide.
## Setup
- Clone dotfiles:
```bash
mkdir -p $HOME/src/github.com/chaseadamsio
git clone [email protected]:chaseadamsio/dotfiles.git
```- Symlink files
- Install homebrew:
```bash
#!/bin/bash
homebrew_expected_md5="546219756e1bc7a557030d9e63d2d6f0"
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install -o /tmp/homebrew.sh
homebrew_downloaded_md5="$(cat /tmp/homebrew.sh | md5 | awk '{print $1}')"
if [ "$homebrew_expected_md5" != "$homebrew_downloaded_md5" ]; then
echo "md5 for expected homebrew install script does not match downloaded homebrew install script, exiting."
exit 1
fi/usr/bin/ruby -e /tmp/homebrew.sh
exit 0
```## Set Shell
- run =brew bundle=
```bash
chsh -s $(which zsh)
```## Installed by hand
- Homebrew
- Spark App (email and calendar)