Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit b1bfad5

Browse files
committed
chore: move Zed editor to non-proprietary Flatpak section
Clean up whitespace and reorganize package list Clean up whitespace and reorganize Flatpak packages
1 parent dcdc519 commit b1bfad5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ All notable changes to this project will be documented in this file.
55
### Changed
66
- Add github action for release
77
- refactor: variable.sh notify
8-
8+
- style: whitespaces
9+
910
## v0.2.0-alpha
1011
### Changed
1112
- fix: specific host options by @Cyber-Syntax in https://github.com/Cyber-Syntax/fedora-setup/pull/3
1213
- Add unit tests, improve logging, and enhance backup configurations by @Cyber-Syntax in https://github.com/Cyber-Syntax/fedora-setup/pull/4
14+
1315
## v0.1.0-alpha
1416
### What's Changed
1517
- Feat/laptop desktop by @Cyber-Syntax in https://github.com/Cyber-Syntax/fedora-setup/pull/1

src/packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ FLATPAK_PACKAGES=(
9191
org.signal.Signal
9292
io.github.martchus.syncthingtray
9393
com.tutanota.Tutanota
94+
com.zed.Zed # Zed editor
9495
# Proprietary softwares
9596
md.obsidian.Obsidian
9697
com.spotify.Client
97-
com.zed.Zed # Zed editor
9898
)

src/variables.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env bash
22

3-
4-
53
USER=$(whoami) # automatically detect current user
64
# User-specific variables
75
# WARN: Change these variables as needed
@@ -24,4 +22,4 @@ mirror_country="de"
2422

2523
# Global variables
2624
# DNF repository directory used more than one function
27-
REPO_DIR="/etc/yum.repos.d"
25+
REPO_DIR="/etc/yum.repos.d"

0 commit comments

Comments
 (0)