Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilberquito/dotfiles
A glorified personal dotfiles
https://github.com/wilberquito/dotfiles
desktop-environment dotfiles linux setup
Last synced: 4 days ago
JSON representation
A glorified personal dotfiles
- Host: GitHub
- URL: https://github.com/wilberquito/dotfiles
- Owner: wilberquito
- Created: 2021-02-14T18:24:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:14:13.000Z (18 days ago)
- Last Synced: 2024-10-30T12:23:29.071Z (18 days ago)
- Topics: desktop-environment, dotfiles, linux, setup
- Language: Shell
- Homepage: https://wilberquito.github.io/posts/glorified-personal-dotfiles/
- Size: 9.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A glorified personal dotfiles
This repository tends to be a solution to automate the installation
of main programs, set their configurations via soft links and finally
bootstrap the system.Dev steps:
1. Clone the glorified dotfiles repository.
```sh
$ git clone [email protected]:wilberquito/dotfiles.git
```Use steps:
1. Clone the glorified dotfiles repository.
```sh
$ git clone --depth 1 --recurse-submodules https://github.com/wilberquito/dotfiles
```2. Change directory to script section.
```sh
$ cd dotfiles/script
```3. Install the main programs (you need to be a superuser).
```sh
$ sudo ./install
```4. Link config program files to your system.
```sh
$ ./symlink
```5. Bootstrap the system
```sh
$ ./bootstrap
```