Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marocchino/dotfiles
slate, bash, fish, tmux, nvim settings
https://github.com/marocchino/dotfiles
Last synced: 24 days ago
JSON representation
slate, bash, fish, tmux, nvim settings
- Host: GitHub
- URL: https://github.com/marocchino/dotfiles
- Owner: marocchino
- Created: 2010-02-02T16:41:26.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T03:30:53.000Z (about 2 months ago)
- Last Synced: 2024-09-17T06:41:11.881Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 3.73 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Installation
To install dotfiles on your system, follow these steps:
1. Install Homebrew by running the following command:
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
2. Tap brewdler by running this command:
```bash
brew tap homebrew/brewdler
```
3. Install the packages specified in the `Brewfile` located in the dotfiles
directory by running this command:
```bash
brew bundle
```
4. Run the installation script by running the following command:
```bash
./install
```
5. If you use git, set the `.gitconfig.local` file by adding this configuration
block to the file:
```ini
[user]
name = your name
email = [email protected]
```
6. Finally, if you use tmux, clone the tpm repository by running the following
command:
```bash
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
```