Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nithyanatarajan/dotfiles
Repository to hold my Mac OS X configurations.
https://github.com/nithyanatarajan/dotfiles
Last synced: 7 days ago
JSON representation
Repository to hold my Mac OS X configurations.
- Host: GitHub
- URL: https://github.com/nithyanatarajan/dotfiles
- Owner: nithyanatarajan
- License: mit
- Created: 2021-04-07T14:43:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T11:29:51.000Z (11 months ago)
- Last Synced: 2024-11-08T12:51:10.371Z (2 months ago)
- Language: Shell
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Repository to hold my Mac OS X configurations.## Setup
1. Install xcode-select
```shell
$xcode-select --install
```
1. Install [brew](https://brew.sh/)1. Configure ssh keys and gpg keys
1. Clone this repo to `$HOME`
```shell
$git clone [email protected]:nithyanatarajan/dotfiles.git ${HOME}/dotfiles
```## Usage
1. To install brew packages
```shell
$make brew
```1. To link all dotfiles
```shell
$make install
```1. Configure iterm2
1. Refer [here](https://stackoverflow.com/a/23356086) (or)
2. `cp iterm/com.googlecode.iterm2.plist $HOME/Library/Preferences`1. Configure [tmux](https://github.com/gpakosz/.tmux)
```shell
$git submodule init
$git submodule update
$make tmuxc
```1. Other apps
1. [meeter](https://trymeeter.com/)
2. [clocker](https://github.com/n0shake/Clocker)
3. [hidden bar](https://apps.apple.com/us/app/hidden-bar/id1452453066?mt=12)
4. [fanny](https://github.com/DanielStormApps/Fanny)