https://github.com/kplachkov/dotfiles
The Software Engineer's setup (dotfiles, packages, desktop environment settings, scripts and configurations).
https://github.com/kplachkov/dotfiles
bash codespaces configuration dotfiles fedora gnome linux macos packages scripts settings tmux ubuntu
Last synced: 5 months ago
JSON representation
The Software Engineer's setup (dotfiles, packages, desktop environment settings, scripts and configurations).
- Host: GitHub
- URL: https://github.com/kplachkov/dotfiles
- Owner: kplachkov
- License: mit
- Created: 2019-02-03T13:18:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-26T00:23:09.000Z (over 1 year ago)
- Last Synced: 2025-01-26T00:29:51.464Z (over 1 year ago)
- Topics: bash, codespaces, configuration, dotfiles, fedora, gnome, linux, macos, packages, scripts, settings, tmux, ubuntu
- Language: Shell
- Homepage:
- Size: 212 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [KP](https://github.com/kplachkov)'s dotfiles
[](https://github.com/kplachkov/dotfiles/actions?query=workflow%3ACI)
The Software Engineer's setup (dotfiles, packages, desktop environment settings, scripts and configurations).
## Installation
```shell
make auto-install
```
Supported operating systems:
- Fedora Silverblue
- Fedora Workstation
- GitHub Codespaces
- macOS
- Ubuntu
High level representation of the automated installation:
1. The automation determines the OS.
2. The configurations of packages and the dotfiles are applied (if the files already exist -- they will be replaced).
3. The settings of the desktop environment are applied.
4. Software is installed.
For more information, run:
```shell
make help
```