Skip to content

A script for building an up-to-date AppImage for Atom (the text editor) and then installing a desktop config file and icon to your user file system (under ~/.local).

License

Notifications You must be signed in to change notification settings

fusion809/atom-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

atom-setup

This repository contains the main.sh script which will, if run, build an AppImage for the latest stable Atom release on your local system, install a desktop configuration file for it and an icon. It is estimated to take up approximately 100 MB worth of disk space. Note, it will only work on 64-bit platforms.

One-Liner

To execute main.sh in one line (regardless of whether you have a copy of this repo locally) merely run:

bash -c "$(wget -cqO- https://github.com/fusion809/atom-setup/raw/master/main.sh)"

Dependencies

In order to use this repo you only need the following programs to be installed:

  • cut
  • grep
  • sed
  • SquashFS
  • wget

License

The contents of this repository are licensed under the GNU General Public License version 3. Atom itself is licensed under the MIT License.

About

A script for building an up-to-date AppImage for Atom (the text editor) and then installing a desktop config file and icon to your user file system (under ~/.local).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages