Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decampsrenan/dotfiles
🚀 Personal config files for an easy setup 🔥
https://github.com/decampsrenan/dotfiles
dotfiles macos setup-script
Last synced: about 14 hours ago
JSON representation
🚀 Personal config files for an easy setup 🔥
- Host: GitHub
- URL: https://github.com/decampsrenan/dotfiles
- Owner: DecampsRenan
- Created: 2019-11-05T15:35:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T10:27:15.000Z (9 months ago)
- Last Synced: 2024-04-16T10:35:48.390Z (7 months ago)
- Topics: dotfiles, macos, setup-script
- Language: Shell
- Homepage:
- Size: 1.22 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal dotfiles
**⚠️ MAKE SURE TO CHECK WHICH TOOLS WILL BE INSTALLED FIRST ⚠️**
## Setup (MacOS)
### To check first
A default setup for zsh using prezto can be found here: https://github.com/DecampsRenan/prezto-config
If you are ok with the provided tools, you can install them by running one of the following commands:
### Bash / ZSH
With curl
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/DecampsRenan/dotfiles/master/macos/setup.sh)"
```With wget
```bash
sh -c "$(wget https://raw.githubusercontent.com/DecampsRenan/dotfiles/master/macos/setup.sh -O -)"
```## Installed softwares
### Tools
- For gui apps, checks the `brewCasks` array in the `macos/setup.sh` file
- For command line apps, checks the `brewCmds` array in the `macos/setup.sh` file
- For fonts, checks the `brewFonts` array in the `macos/setup.sh` file### Config
- Display full path and all files in Finder
- Set a faster keyboard repeat rate
- Set a shorter delay until key repeat
- update gem install directory to be `$HOME/.gem` (so no need to sudo in order to install packages)
- ec...