Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjolowicz/dotfiles
My dotfiles
https://github.com/cjolowicz/dotfiles
dotfiles emacs fish macos python spacemacs
Last synced: 3 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/cjolowicz/dotfiles
- Owner: cjolowicz
- Created: 2013-11-18T23:03:30.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T10:00:10.000Z (3 months ago)
- Last Synced: 2024-10-25T05:33:53.006Z (3 months ago)
- Topics: dotfiles, emacs, fish, macos, python, spacemacs
- Language: Emacs Lisp
- Homepage:
- Size: 951 KB
- Stars: 0
- Watchers: 4
- 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 .
donegit clone https://github.com/cjolowicz/dotfiles.git Code/github.com/cjolowicz/dotfiles
. Code/github.com/cjolowicz/dotfiles/bash/.bashrcdotfiles 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
```