https://github.com/tejasbubane/dotfiles
My dotfiles
https://github.com/tejasbubane/dotfiles
aliases config dotfiles prodev shell zsh
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/tejasbubane/dotfiles
- Owner: tejasbubane
- Created: 2015-01-19T13:26:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T19:53:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T09:51:25.692Z (about 1 year ago)
- Topics: aliases, config, dotfiles, prodev, shell, zsh
- Language: Shell
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
These are all the dotfiles I use. Run the `setup.sh` to set them up.
This script will place all the dotfiles in their respective places with proper names.
```sh
$ ./setup.sh
```
### ZSH requirements:
Install homebrew if not already installed from [here](https://brew.sh/).
* Install `zsh` itself:
```sh
brew install zsh wget
```
* Zim:
```sh
chsh -s /usr/local/bin/zsh
mkdir ~/.zim
cd ~/.zim
wget https://github.com/zimfw/zimfw/releases/latest/download/zimfw.zsh
zsh zimfw.zsh install
```
This will also install all required plugins.
Taken from https://github.com/zimfw/zimfw#manual-installation
### Other requirements
1. [Delta](https://github.com/dandavison/delta) for rich git diffs.
For Arch Linux:
```sh
sudo pacman -S git-delta
```