https://github.com/cjolowicz/dotfiles
My dotfiles
https://github.com/cjolowicz/dotfiles
dotfiles emacs fish macos python spacemacs
Last synced: 5 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/cjolowicz/dotfiles
- Owner: cjolowicz
- Created: 2013-11-18T23:03:30.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T10:06:09.000Z (about 1 year ago)
- Last Synced: 2025-06-09T11:20:56.606Z (about 1 year ago)
- Topics: dotfiles, emacs, fish, macos, python, spacemacs
- Language: Emacs Lisp
- Homepage:
- Size: 967 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap
## Settings
- [macos](macos.md)
## Homebrew
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install iterm2
brew install bash
echo /opt/homebrew/bin/bash | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/bash
```
- [brew](brew.md)
## Dotfiles
```sh
for dir in .gnupg .ssh .gitconfig.d
do
scp -r $oldhost:$dir .
done
git clone https://github.com/cjolowicz/dotfiles.git Code/github.com/cjolowicz/dotfiles
. Code/github.com/cjolowicz/dotfiles/bash/.bashrc
dotfiles bash
dotfiles git
dotfiles gnupg
dotfiles ssh
```
## Scripts
```sh
git clone https://github.com/cjolowicz/scripts.git Code/github.com/cjolowicz/scripts
cd Code/github.com/cjolowicz/scripts
util/install-script.sh util/install-script.sh
install-script admin/update.sh
install-script admin/macos-alias.sh
```
## Emacs
- [brew](brew.md)
```sh
macos-alias /opt/homebrew/opt/emacs-plus@30/Emacs.app /Applications
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
dotfiles spacemacs
```