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
- Host: GitHub
- URL: https://github.com/justijndepover/dotfiles
- Owner: justijndepover
- Created: 2020-11-10T09:27:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:09:08.000Z (over 1 year ago)
- Last Synced: 2025-02-16T11:28:30.500Z (over 1 year ago)
- Topics: bash, brew, dotfiles, i3, macos, manjaro, shell, zsh
- Language: Shell
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.