Skip to content

Conversation

jeevithakannan2
Copy link
Contributor

Type of Change

  • New feature
  • Refactoring

Description

  • Added zed editor installation script.

Note

Chores:

  • The chores are not related to this PR. Instead of creating a separate PR it was done here itself.
  • Refactor Developer-tools directory to developer-tools (Kind of annoying for developers to hold shift every time when typing D)
  • Refactor file names inside developer-tools from application-setup.sh to application.sh as all the scripts inside the directory is supposed to setup that particular application. No need of mentioning it in the name.
  • The chores are of separate commits @ChrisTitusTech If you wish not to do this we can easily revert the commits.

Testing

  • Tested on arch linux and debian12 without issues.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

The purpose of all files inside the directory is to setup an application no need to mention it in the file name
Copy link
Contributor

@Real-MullaC Real-MullaC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to make no conflicts with PR #888

@jeevithakannan2
Copy link
Contributor Author

That suggestion is wrong.

@jeevithakannan2
Copy link
Contributor Author

You suggestion is interpreted as command_exists foo1 || command_exists foo2

@jeevithakannan2
Copy link
Contributor Author

jeevithakannan2 commented Nov 9, 2024

This will not check both foo1 and foo2 .It will immediately return 1 if foo1 is not found

@jeevithakannan2
Copy link
Contributor Author

removing the && would simplify it since && is redundant due to #762 having both && and not having && is the same but, && is redundant due to #762

That's what I have explained above. #762 will work as || not as &&

@ghost ghost mentioned this pull request Nov 9, 2024
2 tasks
Real-MullaC pushed a commit to Chris-Titus-Docs/linutil-docs that referenced this pull request Nov 9, 2024
Real-MullaC and others added 3 commits November 11, 2024 22:10
* Removes docs and mentions on readme

* Update README.md

* Update README.md

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* Update linutil.yml

* Delete xtask.yml

* Update preview.yml

* Update README.md

---------

Co-authored-by: Chris Titus <contact@christitus.com>
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
* fix create-bootable-usb.sh confirmation prompt

* Update core/tabs/utils/create-bootable-usb.sh

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>

---------

Co-authored-by: Liam <33645555+lj3954@users.noreply.github.com>
* fix: binary download, invalid action inputs

* Update preview.yml
@jeevithakannan2
Copy link
Contributor Author

Oops accidentally rebased instead of merging main. Will clear this in a minute

@cartercanedy
Copy link
Contributor

Oops accidentally rebased instead of merging main. Will clear this in a minute

Rebasing is often preferred, just fyi

Too many merges make git log way to complicated to understand/bisect if needed.

@adamperkowski adamperkowski changed the title Add Zed editor installation script refact: categorize dev scripts & add zed editor installation Nov 22, 2024
@ChrisTitusTech ChrisTitusTech merged commit e373f2c into ChrisTitusTech:main Feb 2, 2025
4 checks passed
@jeevithakannan2 jeevithakannan2 deleted the zed branch February 2, 2025 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants