Add Termux config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
This commit is contained in:
parent
425a0a79ae
commit
6362fe4121
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.2.0] - 2021-10-24
|
||||||
|
### Added
|
||||||
|
- [Termux Config](home/.termux/termux.properties)
|
||||||
|
|
||||||
## [1.1.3] - 2021-10-20
|
## [1.1.3] - 2021-10-20
|
||||||
### Added
|
### Added
|
||||||
- Link to contact informations.
|
- Link to contact informations.
|
||||||
|
|
|
@ -17,6 +17,7 @@ Repository with my dotfiles.
|
||||||
|
|
||||||
* [Bash](http://www.gnu.org/software/bash/) - [
|
* [Bash](http://www.gnu.org/software/bash/) - [
|
||||||
.bashrc](home/.bashrc)
|
.bashrc](home/.bashrc)
|
||||||
|
* [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties)
|
||||||
* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc)
|
* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc)
|
||||||
|
|
||||||
## Downloading
|
## Downloading
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
extra-keys-style = none
|
||||||
|
use-black-ui = true
|
||||||
|
bell-character = ignore
|
Loading…
Reference in New Issue