Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/300degree/dotfiles

My personal dotfiles
https://github.com/300degree/dotfiles

nvim tmux vim zsh

Last synced: 6 days ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

        

## Configs

- Vim
- Tmux
- Zsh

### *in .zshrc, I added a config for MPI. If you don't use MPI, you can simply remove this config*
## Requirements and tools that I use

- [Vim](https://github.com/vim/vim)
- [Nerd Font](https://github.com/ryanoasis/nerd-fonts)
- [Tmux](https://github.com/tmux/tmux)
- [Exa](https://github.com/ogham/exa)
- [Zsh](https://www.zsh.org/)
- [npm]()

### 🚀 Installation

Clone the repository.

```bash
git clone https://github.com/300degree/dotfiles.git $HOME/dotfiles && cd $HOME/dotfiles
```

and run setup.sh:

```bash
./setup.sh
```