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

https://github.com/junaire/config

Jun's own config
https://github.com/junaire/config

Last synced: 4 months ago
JSON representation

Jun's own config

Awesome Lists containing this project

README

        

# Jun's own config

This repo contains jun's own config files.

## Usage

Pick up your favorite [nerd font](https://github.com/ryanoasis/nerd-fonts/releases)

Install the latest neovim stable release [here](https://github.com/neovim/neovim/releases/tag/stable)

Install the latest nodejs release [here](https://nodejs.org/en/download)

Install the latest Golang release [here](https://go.dev/doc/install)

Install the latest cmake releast [here](https://cmake.org/download/)

```bash
git clone https://github.com/junaire/config.git
cd ~/config

sudo apt install zsh fzf ccache tmux gnome-tweaks

chsh -s $(which zsh)

./deploy.sh
```
## Credits

* [junnplus](https://github.com/junnplus/dotfiles)