Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumenpetrov/dotfiles
My dot files and OS bootstrap automation scripts.
https://github.com/rumenpetrov/dotfiles
dotfiles dotfiles-linux fedora fedora-silverblue
Last synced: about 1 month ago
JSON representation
My dot files and OS bootstrap automation scripts.
- Host: GitHub
- URL: https://github.com/rumenpetrov/dotfiles
- Owner: rumenpetrov
- License: mit
- Created: 2019-04-30T18:43:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T16:06:37.000Z (9 months ago)
- Last Synced: 2024-07-25T12:39:27.602Z (5 months ago)
- Topics: dotfiles, dotfiles-linux, fedora, fedora-silverblue
- Language: Shell
- Homepage:
- Size: 5.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My dot files and OS bootstrap automation scripts.### Setup
* Clone the repository in your "Home" directory.
* Navigate to the "dotfiles/" folder.
* Make sure the script have sufficient permissions.
* Run the "start" script which is a wizard and combines all the defined tasks.```sh
$ cd dotfiles/
$ chmod u+x start.sh
$ ./start.sh
```### Folder structure
```text
├── files/ # The resources for all the tasks
├── scripts/ # Random standalone scripts
└── tasks/ # The scripts which are part of the main one
```#### Tasks
* Backup dot files and replace them with symlinks to the custom files.
* Updates GNOME settings(dconf).
* Configures git.
* Setup tiling window manager (Sway).