https://github.com/tylerwolff/dotfiles
https://github.com/tylerwolff/dotfiles
bash config dotfiles gitconfig
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylerwolff/dotfiles
- Owner: tylerwolff
- Created: 2018-11-20T03:58:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T21:49:14.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T09:15:37.603Z (over 1 year ago)
- Topics: bash, config, dotfiles, gitconfig
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍒 dotfiles
Switch shell to bash
```
chsh -s /bin/bash
```
Run the symlink script.
```
./symlink-setup.sh
```
### Other setup
- [Generate a new SSH key](https://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
- Install Terminal theme: [Ocean Dark](https://github.com/mdo/ocean-terminal)
- Install Iterm theme: [Dracula](https://draculatheme.com/iterm)
- Install [SF Mono](https://developer.apple.com/fonts/)
- Install [Volta](https://volta.sh/) node manager
- install [brew](https://brew.sh) and run the installation script `./brew.sh`
- Install [Rectangle](https://rectangleapp.com/) window manager
### Extras
- Add dock spacers
```
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
killall Dock
```