Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equk/macos
:green_apple: macos sierra configs & scripts
https://github.com/equk/macos
brew configuration dotfiles macos ramdisk
Last synced: 13 days ago
JSON representation
:green_apple: macos sierra configs & scripts
- Host: GitHub
- URL: https://github.com/equk/macos
- Owner: equk
- Created: 2017-01-31T20:25:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T19:55:18.000Z (almost 8 years ago)
- Last Synced: 2024-11-24T03:11:58.897Z (2 months ago)
- Topics: brew, configuration, dotfiles, macos, ramdisk
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macos dotfiles
###
####
### Distro: OS X 10.12.3
####### ####### Kernel: Darwin
###################### Uptime: xx:xx
##################### Shell: /usr/local/bin/zsh
#################### Terminal: xterm-256color Apple Terminal
#################### CPU: Intel Core i7-2620M CPU @ 2.70GHz
##################### Memory: 4 GB
###################### HomeBrew: 39 kegs, 27,034 files, 633.4M
####################
################
#### ####### Sierra
* 31-01-2017 - added zshrc (based on zsh from linux)
* 31-01-2017 - added brew_install.sh
* 31-01-2017 - added equk.terminal (terminal config)
* 01-02-2017 - added prefs.sh
* 02-02-2017 - added chrome ramdisk script## bin/chrome
Google Chrome RamDisk Script
* Mounts a ramdisk on /Volumes/RamDisk
* Creates a custom profile folder
* Executes chrome using ramdisk for cache & custom profile folderThis is based on my linux chrome script
## prefs.sh
Script to set macos system preferences.
Also includes various tweaks.
Basically does everything needed to tweak a new install of macos.
Includes Performance tweaks, input tweaks, appearance tweaks, privacy tweaks, optimization for SSD etc.
Has a lot of personal tweaks (like only having running apps in the autohide dock)
## brew_install
Installs HomeBrew
ref: http://brew.sh/
Then installs CLI components:
coreutils
moreutils
findutils
wget
gnu-sed
bash
bash-completion2
zsh
zsh-completion
vim
grep
openssh
screen
xpdf
xz
ack
dark-mode
git
git-lfs
p7zipSets zsh as default shell
Also replaces outdated components that come with macos (vim, grep, openssh, screen) with updated variants.
## old
The old/ folder contains configs and tweaks from 2011