https://github.com/phalt/dotfiles
My dotfiles.
https://github.com/phalt/dotfiles
Last synced: 8 months ago
JSON representation
My dotfiles.
- Host: GitHub
- URL: https://github.com/phalt/dotfiles
- Owner: phalt
- Created: 2019-09-24T10:54:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T00:17:39.000Z (over 2 years ago)
- Last Synced: 2025-02-23T19:11:35.558Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Before anything else
## Mac
On a sparkling fresh MacBook:
```
make fresh
```
# Things to install
## Mac
```sh
make mac-apps
make dev-stuff
```
# Files
## Mac
- `bash_profile`
```sh
cp bash_profile ~/.bash_profile
```
- `gitconfig`
Needs some editing first
```sh
cp gitconfig ~/.gitconfig
```