https://github.com/hexedpackets/dotfiles
Basic setup/configuration scripts, focused on OS X.
https://github.com/hexedpackets/dotfiles
Last synced: 2 months ago
JSON representation
Basic setup/configuration scripts, focused on OS X.
- Host: GitHub
- URL: https://github.com/hexedpackets/dotfiles
- Owner: hexedpackets
- License: mit
- Created: 2015-07-23T13:55:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T13:00:14.000Z (about 9 years ago)
- Last Synced: 2026-01-01T20:20:07.862Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Basic setup/configuration scripts.
# Arch
The main package list is generated with `pacman -Qqetn > arch-pkglist.txt`. The AUR package list is generated with `pacman -Qetm > arch-aur.txt`.
The official packages can be restored with `sudo pacman -S - < arch-pkglist.txt`
# OSX
`osx-setup.sh` should be run first, followed by authentication with Dropbox and app-specific gmail passwords, and finally `osx-setup-post.sh` when the Dropbox sync is finished.
# Configuration
### tmux
Tmux is configured to put the next calendar event from google calendar in the right side of the status bar.
To configure this, put the full calendar name (me@gmail.com) in `~/.calendar`.
# Passwords
For email accounts:
```bash
echo [PASSWORD] | gpg -e -r "William Huba" -a > ~/.passwords/imap.gmail.com/[ADDRESS].gpg
```