README.md
This commit is contained in:
commit
053b918ea7
46
README.md
Normal file
46
README.md
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
st config - My configuration of st suckless simple terminal
|
||||||
|
===========================================================
|
||||||
|
|
||||||
|
# Information:
|
||||||
|
|
||||||
|
* This build contains the following configurations:
|
||||||
|
* `Font mono by default`
|
||||||
|
* `Font size 13`
|
||||||
|
* `Shell bash by default`
|
||||||
|
* `Theme Onedark`
|
||||||
|
* `Blinking bar cursor`
|
||||||
|
* `Support for scroll with mouse`
|
||||||
|
* `Support for scroll with Alt+j and Alt+k`
|
||||||
|
* `Support for scroll with Alt+Up and Alt+Down`
|
||||||
|
* `Support for scroll block with Alt+PageUp and Alt+PageDown`
|
||||||
|
* `Patch autocomplete applied`
|
||||||
|
* `Includes shortcut installation`
|
||||||
|
|
||||||
|
<img src="examples/st.png" />
|
||||||
|
|
||||||
|
### Dependencies:
|
||||||
|
|
||||||
|
* **Arch Linux:**
|
||||||
|
* `sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig libx11 libxrender`
|
||||||
|
|
||||||
|
* **Debian/Ubuntu:**
|
||||||
|
* `sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libxrender-dev`
|
||||||
|
|
||||||
|
_Note: Installation of `kitty` is opcional._
|
||||||
|
|
||||||
|
### Build and install:
|
||||||
|
|
||||||
|
* Open terminal and run the following commands:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ git clone https://github.com/q3aql/st-config
|
||||||
|
$ cd st-config
|
||||||
|
$ sudo make install clean
|
||||||
|
````
|
||||||
|
|
||||||
|
### External links:
|
||||||
|
|
||||||
|
* [st homepage](https://st.suckless.org/)
|
||||||
|
* [LukeSmithxyz st](https://github.com/lukesmithxyz/st)
|
||||||
|
* [siduck st](https://github.com/siduck/st)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user