Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fonimus/dotfiles
https://github.com/fonimus/dotfiles
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fonimus/dotfiles
- Owner: fonimus
- Created: 2023-03-07T17:45:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T13:06:47.000Z (about 1 month ago)
- Last Synced: 2024-11-14T13:30:19.937Z (about 1 month ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
## Installation
```shell
mkdir -p $HOME/Dev
# download zip from github
cd $HOME/Dev/dotfiles
./setup.sh
```## To do next
Open applications, login, retrieve gpg keys and ssh keys
### Track macos settings changes
```shell
defaults read > /tmp/before
# change settings in UI
defaults read > /tmp/after && diff /tmp/before /tmp/after
```