46 Commits

Author SHA1 Message Date
Albert Paul
9ce39e6333 Remove git protocol (#2199)
* Fix outdated Github url

git:// is deprecated from Github starting from Jan. 11th, 2022.

* Update git protocols
2022-03-21 19:02:37 +09:00
Darren
82c1373ba0
Added tips to installation docs (#2175)
* Added virtual environment tips

Documented the use of `POWERLINE_COMMAND` env variable for improved performance with virtual environments.

* Clarify client versions

Adding details from the GitHub issues to clarify the installation docs.

* Added troubleshooting tip for Python environments
2021-08-21 11:21:14 +09:00
Torstein Husebø
15c611ca46 doc: installation, fix typo (#2041)
* doc: installation, fix typo

* Fix a lot of documentation/comment typos
2019-11-03 04:29:20 +09:00
Vartan Christopher Simonian
34dc7f9f55 Replace ~/.fonts with ~/.local/share/fonts in help
`~/.fonts/` has been deprecated in favour of `~/.local/share/fonts/`.

References:
- https://github.com/behdad/fontconfig/blob/master/fonts.conf.in#L29
- https://lists.freedesktop.org/archives/fontconfig/2014-July/005270.html

Fixes #1793
2017-07-01 20:15:25 -07:00
Whitley
e991b42c1b Spelling Fix 2017-06-07 20:57:01 -04:00
Nikolai Aleksandrovich Pavlov
e0a70986ed Fix a few typos/strange wording in installation/osx.rst 2016-03-24 23:18:47 +03:00
Nikolai Aleksandrovich Pavlov
73dcc78136 Update command used to install macvim with brew
Flag `--override-system-vim` is deprecated.

Fixes #1526.
2016-02-10 23:10:02 +03:00
Nikolai Aleksandrovich Pavlov
69d3bdf328 Fix typo (missing letter) in installation/osx.rst
Closes #1463
2015-10-06 00:27:08 +03:00
Kim Silkebækken
e4640742b9 Revert "Add note on outdated ArchLinux AUR Packages." 2015-04-04 18:22:00 +02:00
Remy Adriaanse
a17d7c8395 Add note on outdated ArchLinux AUR Packages. 2015-04-04 09:46:32 +02:00
ZyX
7dbbc1003b Remove you from most of the documentation 2015-01-08 18:24:09 +03:00
ZyX
3c21c0f459 Fix Linux installation instructions
Fixes #1251
2015-01-07 15:20:29 +03:00
ZyX
bac851bcc9 Add `powerline-status` to OS X installation documentation 2015-01-07 15:17:40 +03:00
ZyX
db5d87f9e3 Update various URLs: powerline has moved to github.com/powerline 2014-12-07 16:08:24 +03:00
ZyX
9fbd25608d Update documentation regarding powerline-status 2014-11-18 23:35:46 +03:00
ZyX
21f332bd76 Fix Debian and Wheezy first letters’ case 2014-10-26 14:19:32 +03:00
ZyX
61c2a45827 Reference debian powerline package
Fixes #1129
2014-10-25 22:55:59 +04:00
ZyX
b94cfd98a4 Replace all ASCII apostrophs with Unicode ones in documentation 2014-09-20 17:40:33 +04:00
ZyX
aaed00e078 Fix installation notes location.
These notes are parts of the list entries.
2014-08-31 21:33:56 +04:00
ZyX
37546f4ad2 Update shell powerline client OSX requirements in documentation 2014-08-26 19:31:10 +04:00
ZyX
74d19b4f52 Add font installation instructions 2014-08-03 03:06:39 +04:00
ZyX
c043fa5e22 Copy documentation from old variant
Note: fontpatcher documentation was removed.

Closes #632
Closes #769
2014-08-03 02:43:35 +04:00
Kim Silkebækken
c2379df50a Remove old docs and update documentation structure
Most of the files are empty and need to be copied or rewritten from the
old docs. Font patching docs have been removed entirely and will be
moved to the powerline-fontpatcher repo.

Ref #769
2014-08-03 02:43:35 +04:00
ZyX
8bc5bb3ff4 Update documentation 2014-08-02 22:30:54 +04:00
ZyX
a27f90df62 Add a note about not fully working --editable to linux.rst 2014-08-02 18:53:24 +04:00
ZyX
a8da67e2aa Add various other shell implementations support
Tested in busybox, mksh, ksh and dash. Ksh has issues described in 
troubleshooting.
2014-07-20 00:24:12 +04:00
ZyX-I
828c953f84 Merge pull request #880 from ZyX-I/powerline-config-script
[RFC] Powerline config script
2014-06-25 21:58:04 +04:00
ZyX
90afccb219 Add note about lags to troubleshooting-common.rst 2014-06-23 21:09:15 +04:00
ZyX
490398675f Update documentation
Closes #872
2014-05-24 13:59:20 +04:00
Austin Beam
f39b1dcf20 tmux: Enhance version checking for tmux
tmux configuration has become very fragmented between versions due to a
combination of new features and deprecation of older options. As such,
version checking for tmux became a requirement to allow maximum
functionality along with version-appropriate configuration. However,
wrapping nearly every line with `if-shell` is tedious and becomes
virtually unreadable.

This enhancement to tmux version-checking creates a logical
configuration file structure that reflects the development of tmux. As
additional configurations are added and tmux development continues, this
structure can be leveraged appropriately and extended as needed.

Rather than having multiple `if-shell` checks for the same version, each
version or version group with specific requirements can be checked only
once. This leads to simpler and fewer `if-shell` version checks. It also
reduces the ambiguity introduced by complex `if-shell` commands that
include an 'else' conditional.

A caveat to adding this enhancement is the additional requirement of the
end user to add a tmux variable definition (`POWERLINE_BINDINGS_DIR`) to
his/her `~/.tmux.conf` file. For existing tmux users leveraging
powerline, this may prove to be a slight one-time nuisance immediately
after upgrading. Without this definition, there is no way to determine
the location of the additional tmux powerline config files that have
been added with this enhancement. The docs have also been updated in
this commit to reflect this initial configuration requirement change.
Also added are some additional troubleshooting notes that point to
definition of this variable as a potential issue. Powerline will
continue to work without the definition of `POWERLINE_BINDINGS_DIR`, but
some of the functionality will be reduced and the appearance incomplete
(i.e. colors).

Ultimately, the caveat above is a small price to pay in exchange for a
framework that can be leveraged for proper version-appropriate
configuration of tmux going forward.
2014-05-06 00:12:10 -05:00
ZyX
7ab74ab73b Remove duplicate troubleshooting question 2014-02-16 00:41:44 +04:00
ZyX
7e65332ddf Remove outdated information from troubleshooting 2014-02-16 00:37:17 +04:00
ZyX
13df3d376e More improved troubleshooting 2014-02-16 00:36:57 +04:00
ZyX
ba41b1f70c Add troubleshooting questions regarding updating 2014-01-25 13:08:13 +04:00
ZyX
49d8376845 Document problem found when exploring #749 2014-01-19 16:27:12 +04:00
ZyX
ccf070cbcd Remove Gentoo ebuild and reference raiagent overlay 2013-12-01 14:23:29 +04:00
ZyX
6f3703e312 Improve ambiwidth handling, readd additional_escapes
Fixes #307
2013-03-12 13:11:59 +01:00
ZyX
47cfde0ecc Add support for python-2.6 2013-03-03 21:03:17 +01:00
ZyX
307dfd7212 Improve documentation 2013-03-03 21:03:05 +01:00
ZyX
a8ccfd4350 Add ambiwidth problems information to troubleshooting section 2013-02-26 21:17:25 +01:00
Kim Silkebækken
b347d53b6d Remove obsolete Vundle warning from docs 2013-02-20 14:07:26 +01:00
ZyX
c45747a3b8 Ease E858/E860 errors debugging
E858: Eval did not return a valid python object
E860: Eval did not return a valid python 3 object
2013-02-15 21:06:08 +04:00
Kim Silkebækken
c06f8836b3 Update docs and create a common terminal feature support matrix 2013-01-25 10:48:44 +01:00
Kim Silkebækken
6ac9f0d602 Restructure and improve installation docs
The installation docs have been split into separate guides for OS X and
Linux, with OS-specific troubleshooting as part of the installation
guide.

Terminal emulator support tables have been added to both guides.

Closes #121.
2013-01-24 17:35:16 +01:00
Kim Silkebækken
9ba8570bf7 Update documentation and version 2012-12-17 15:24:42 +01:00
Kim Silkebækken
f3a03aa26a Update docs structure for gh-pages 2012-12-14 15:16:38 +01:00