aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-05-29Update to glutin 0.16.0Francesca Frangipane
Note that `WM_CLASS` is now set to `"alacritty", "Alacritty"` instead of the previous value of `"Alacritty", "Alacritty"`. This seems to be more standard. This also contains some revised recommendations for installing the `.desktop` file.
2018-05-01Fix completion install instructions for Fish on macOS (#1237)zhouji
2018-04-14alacritty: add support for OpenBSD.Matt T. Proud
This commit expands the conditional compilation directives to support building Alacritty for OpenBSD. The build succeeds, and Alacritty runs without issue once https://github.com/rust-lang/libc/pull/957 has been merged and added to a versioned libc release. This has been tested on the recently-released OpenBSD 6.3 on amd64 with rustc 1.24.0 from its standard ports tree.
2018-03-29Oxford commaBernardo Meurer
Added an Oxford comma to the OS support list
2018-03-29Fixed typos, alphabetical orderingBernardo Meurer
freeBSD->FreeBSD. Ordered OS support alphabetically.
2018-03-27add freeBSD on the topMatthiasSchuster
2018-03-23Fix typoSaugat Acharya
2018-03-12Add completion install instructions for FishJesse Cooke
2018-03-09Add centos missing dependencyashwinath
2018-03-07Add shell completions and manpageChristian Duerr
* Add manpage Adds a basic manpage that was autogenerated with `help2man` and then slightly adjusted with information from the README.md and better formatting. * Add zsh completions Add completions for the zsh shell. These should be complete and even allow completion of the command inside `--command` and `-e`. * Add bash completions The bash completions are almost on the same level as the zsh completions. The only little thing the bash completions do not do is complete inside of `--command` and `-e`, instead bash just stops completion after these options. * Update readme with manpage and completions Added the install instructions for the manpage and completions to the README.md. Also tweaked the current readme a slight bit because the build section was structured in a slightly confusing way.
2018-02-27Fix heading for NixOS/NixpkgsMindTooth
The level of heading were one to high.
2018-02-13Add install instructions via cargo --gitOliver Jan Krylow
2018-02-13Add info about default configuration for macOSSaugat Acharya
2018-01-10Make Mac app installation steps idempotent (#1015)Paul Alvarez
Repeated uses of `cp -r target/release/osx/Alacritty.app /Applications/Alacritty.app` will result in copying Alacritty.app to `/Applications/Alacritty.app/Alacritty.app`.
2017-12-22Update README.md for current state of macOSColin King
Homebrew Rust will correctly compile `alacritty` now, and the monospace font is automatically set to `Menlo` at first launch.
2017-12-22Add Void Linux to distrobutions with packagesBenjamin Hoffmeyer
Void Linux has the alacritty package in the main repository's, so compilation from source isn't needed.
2017-12-16Fix License link at the bottom of the readme (#933)Jon McDuffie
2017-11-11Fixed typo in README.md (#876)thelearnerofcode
2017-10-31Link to FAQ when referencing it (#881)Bailey
2017-10-21Update README.md with more WaylandJoe Wilm
Adds a call to action on how to improve Wayland support in Alacritty.
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
Rather than use DPI from config, use device-pixel-ratio from winit. This is computed using the display DPI anyhow, so it should have the same effect.
2017-10-07Update Solus deps (#792)Joshua Strobl
Removed freetype2-devel, it isn't necessary given fontconfig-devel depends on freetype2-devel, just as it depends on expat-devel.
2017-10-04centos/RHEL 7 build instructions added (#813)Peter Butkovic
2017-09-05A (very) little english fixup... (#770)vale981
2017-08-29Update README.mdJoe Wilm
2017-08-29Add gentoo instructions. (#759)azarus
2017-08-12Move rust dependency to the Prerequisites section (#724)Maxim Baz
* Move rust dependency to the Prerequisites section * Remove reference to a specific compiler version
2017-08-11Add rust to the list of Arch Linux dependenciesMaxim Baz
Fixes #718
2017-07-28docs(): add instructions for mac apps (#688)Mike Hartington
2017-07-28README.md: add NixOS (#694)Jörg Thalheim
2017-07-20Update to latest Glutin/winit (#671)Joe Wilm
* Update to latest Glutin/winit This *finally* gets us off the fork of Glutin we've been on for so long and will unblock a number of other items. Functionality should be the same as before. The update forced our hand on a compiler update. It's no longer feasible to pin on an old version. From now on, we require latest stable.
2017-06-30Add Solus instructionsDimas Cyriaco
2017-06-27Update READMEJoe Wilm
Closes #636 Closes #592
2017-06-18Add dependency to FreeBSD-specific setupSiva Mahadevan
Fixes problem I had with issue #609, should be better documented.
2017-05-03Update build instructions about Homebrew Rust bugJoe Wilm
2017-05-03Remove old note about Mesa bugJoe Wilm
2017-05-03Fix whitespace in READMEJoe Wilm
2017-02-06Configurable window dimensionsAnders Rasmussen
Adds a configuration option `dimensions` which will set initial window size by columns and lines. Changes to the config file will require restart. resolves #370
2017-02-03readme: Remove stray lineDaniel M. Capella
No longer needed thanks to #382.
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-01-29Add Arch Linux package install instructionsDaniel M. Capella
Includes minor touch ups.
2017-01-28Fix section headers in READMEJoe Wilm
Resolves #367
2017-01-26Add Slackware section to README.mdDerNorbert
2017-01-21Mention talk at Rust Meetup in README.mdlukaslueg
2017-01-18Mention our IRC channel in the READMEJoe Wilm
2017-01-18Make it run on FreeBSDjohalun
2017-01-10Update README.mdlukaslueg
`cmake` is required everywhere in order to build `expat-sys`
2017-01-09Merge pull request #255 from igravious/patch-1Joe Wilm
Update README.md
2017-01-09Add another optional config path `$HOME/.alacritty.yml`Alberto Corona
- Added note about the default file created if no path is found
2017-01-09Support config path `$XDG_CONFIG/alacritty.yml`Alberto Corona
- Update README to reflect changes