Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/supermomonga/minimal-dotfiles
- Owner: supermomonga
- Created: 2014-02-23T09:01:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T13:22:53.000Z (over 3 years ago)
- Last Synced: 2025-01-02T23:55:54.884Z (13 days ago)
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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
```