Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supermomonga/minimal-dotfiles

minimal dotfiles and initialize script for ubuntu
https://github.com/supermomonga/minimal-dotfiles

Last synced: 6 days ago
JSON representation

minimal dotfiles and initialize script for ubuntu

Awesome Lists containing this project

README

        

# how to use

`curl https://raw.githubusercontent.com/supermomonga/minimal-dotfiles/master/install.sh | sh`

# add to sudoer
```
sudo update-alternatives --set editor /usr/bin/vim.basic
sudo visudo
```

```
%sudo ALL=(ALL) NOPASSWD: ALL
```