https://github.com/cousine/dotfiles
Dotfiles for NeoVim, Tmux, Zsh, and TaskWarrior
https://github.com/cousine/dotfiles
neovim oh-my-zsh taskwarrior tmux tmux-powerline zsh
Last synced: 14 days ago
JSON representation
Dotfiles for NeoVim, Tmux, Zsh, and TaskWarrior
- Host: GitHub
- URL: https://github.com/cousine/dotfiles
- Owner: cousine
- Created: 2018-02-28T10:24:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-17T13:07:13.000Z (about 2 months ago)
- Last Synced: 2025-12-21T01:39:48.030Z (about 2 months ago)
- Topics: neovim, oh-my-zsh, taskwarrior, tmux, tmux-powerline, zsh
- Language: Shell
- Homepage:
- Size: 162 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cousine's dotfiles
## Screenshots


## Configurations includes
* NeoVim (Vim should work too)
* BashIt custom scripts (Although I'm no longer using bash)
* Oh my zsh custom scripts
* Tmux
* [TaskWarrior](https://taskwarrior.org/)
## Installation
A zsh script for installation is available (for bash you'll have to do it manually).
```
$ install.zsh
```
NOTE: THIS MAY MESS UP YOUR SETUP, BE SURE YOU UNDERSTAND WHAT YOU ARE INSTALLING
BEFORE RUNNING THIS SCRIPT!
## VIM Cheat Sheet
A VIM cheat sheet is available [here]( ./vim_cheat_sheet.md )
## Message Of The Day (MOTD)
The motd script will automatically check for a `motd` text file in your home dir,
if found, it will `cat` this file and then check for a `.motd.zsh` script in `~`
and run it.
The motd run automatically only on the first pane in tmux, but you can call it
anytime using the `motd` alias.
In the screenshot above I'm using [wego](https://github.com/schachmat/wego) for
the weather report, and [TaskWarrior](https://taskwarrior.org/) for my pending
tasks.