1
0
mirror of https://github.com/alrayyes/st synced 2023-11-14 15:56:30 +00:00

Cleaned up org

This commit is contained in:
Ryan Kes 2019-12-14 21:31:45 +01:00
parent bb0c7be86f
commit 8311f8fbd2
2 changed files with 25 additions and 79 deletions

View File

@ -1,55 +1,9 @@
* The MIT License (MIT) * The MIT License (MIT)
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: the-mit-license-mit :CUSTOM_ID: the-mit-license-mit
:END: :END:
Copyright © =2019= =Ryan Kes <alrayyes at gmail dot com>= Copyright © =2019= =Ryan Kes <alias-st at ryankes dot eu>=
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the copy of this software and associated documentation files (the
@ -69,5 +23,3 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -32,24 +32,19 @@ installed to keep things nice:
:CUSTOM_ID: installation :CUSTOM_ID: installation
:END: :END:
#+BEGIN_EXAMPLE #+BEGIN_SRC shell
makepkg -si makepkg -si
#+END_EXAMPLE #+END_SRC
** Further Notes ** Further Notes
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: further-notes :CUSTOM_ID: further-notes
:END: :END:
- Change the transparency value by modifying the =alpha= variable in - Change the transparency value by modifying the =alpha= variable in [[https://github.com/alrayyes/st/blob/master/config.h][config.h]].
[[https://github.com/alrayyes/st/blob/master/config.h][config.h]]. - Default font is [[https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode][Fira Code Nerd Font Mono]]
- Default font is - When modifying [[https://github.com/alrayyes/st/blob/master/config.h][config.h]] be sure to run =updpkgsums= to update checksums before
[[https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode][Fira running =makepkg -si=
Code Nerd Font Mono]]
- When modifying
[[https://github.com/alrayyes/st/blob/master/config.h][config.h]] be
sure to run =updpkgsums= to update checksums before running
=makepkg -si=
** License ** License
:PROPERTIES: :PROPERTIES:
@ -58,4 +53,3 @@ installed to keep things nice:
This theme is released under the MIT License. For more information read This theme is released under the MIT License. For more information read
the [[file:LICENSE.org][license]]. the [[file:LICENSE.org][license]].