Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willrax/dotfiles
:house: dotfiles for mac
https://github.com/willrax/dotfiles
Last synced: 9 days ago
JSON representation
:house: dotfiles for mac
- Host: GitHub
- URL: https://github.com/willrax/dotfiles
- Owner: willrax
- Created: 2014-08-29T05:57:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T08:47:48.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T03:41:05.623Z (about 1 month ago)
- Language: Vim script
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Installation:
```shell
git clone [email protected]:willrax/dotfiles.git
```- Copy the `gitconfig.sample` into `gitconfig` and update the name, email, and paths.
- Run `ruby launch.rb`## Homebrew
Install Homebrew with this command:
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```In the dotfiles folder run `brew bundle`.
## Prezto
To install Prezto run:
```shell
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
```## Colors
I use base16 shell. To install the color palette run:
```shell
git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
```## iTerm 2
Load the iterm.json profile file in to iTerm 2.
## Fonts
I use [Dank Mono](https://dank.sh/).
## Tool Versions
To manage language versions I use [asdf](https://asdf-vm.com/). Globally used versions are kept in .tool-versions. To install asdf run:
```shell
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch [LATEST-VERSION]
```Then to install all required versions run:
```shell
asdf install
```# Other Settings
- Enable key repeat in VSCode
```shell
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false
```- Change trackpad sensitivity to 6
- Change key repeat and press delay to max
- Add spaces to dock```shell
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
```# Apps to Install
- [Clean Shot X](https://getcleanshot.com/)
- [1Password](https://1password.com)
- [Alfred](https://alfredapp.com)
- [Bartender](https://www.macbartender.com/)
- [Chrome](https://www.google.com/chrome/)
- [VS Code](https://code.visualstudio.com/)
- [Slack](https://slack.com)
- [Discord](https://discord.com)
- [Tower](https://git-tower.com)