An open API service indexing awesome lists of open source software.

https://github.com/justijndepover/dotfiles

My personal dotfiles
https://github.com/justijndepover/dotfiles

bash brew dotfiles i3 macos manjaro shell zsh

Last synced: 3 months ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

          

# Dotfiles

These are my personal dotfiles.

## Installation
copy all source code from this repository and put it in the following directory
```sh
~/.dotfiles
```

After downloading, you should run the `install.sh` script. This script will install [ohmyzsh](https://ohmyz.sh) and copy the .zshrc file to `~/.zshrc`.

Now your installation is complete.

## Usage
The install script only adds [ohmyzsh](https://ohmyz.sh) to your system. By doing so a new command is available: `dot`
```sh
Usage: dot

Commands:
macos Apply macOS system defaults
dock Apply macOS Dock settings
brew Install brew and all it's dependencies
zsh Copy the zsh configuration and reload
git Copy git configuration
vim Copy vimrc configuration
alacritty Copy alacritty configuration
pull Pull the latest changes from Github
edit Open dotfiles in your favorite IDE
help Display this help message
```

This command should be used to install all the preferences.