https://github.com/jonbri/dotfiles
https://github.com/jonbri/dotfiles
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonbri/dotfiles
- Owner: jonbri
- Created: 2022-12-02T19:45:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T13:25:42.000Z (10 months ago)
- Last Synced: 2025-08-11T15:18:56.149Z (10 months ago)
- Language: Perl
- Size: 1.54 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```