Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/300degree/dotfiles
- Owner: 300degree
- Created: 2023-10-05T06:28:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:16:12.000Z (18 days ago)
- Last Synced: 2024-10-28T21:23:44.659Z (18 days ago)
- Topics: nvim, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```