This repository contains an experimental port of Atom for FreeBSD. The port is largely based on:
A package file is available at the releases page. To install, download the file (with .txz extension) and run the command:
pkg install atom-<version>.txz
atom
If you would like to build artifacts for yourself, be sure you have the ports tree on your machine. If not, run the following commands:
portsnap fetch
portsnap extract
Clone this repository with git command and build/install atom:
git clone https://github.com/tagattie/FreeBSD-Atom
cd FreeBSD-Atom/editors/atom
make install clean