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

https://github.com/jonbri/dotfiles


https://github.com/jonbri/dotfiles

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

```sh
sudo apt update
sudo apt install --yes vim tmux npm tree jq openssh-server openssh-client g++ curl libssl-dev make net-tools zip
sudo npm install --global n yarn conny serve degit buffaloes seolaffub n verdaccio jenalee

# node
sudo n 20

# neovim
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install neovim

# dotfiles
git clone git@github.com:jonbri/dotfiles.git ~/dotfiles
cd ~/dotfiles && ./install
name
:PlugInstall
```