enable unicode for screen & update README

This commit is contained in:
Flo 2016-12-28 15:12:54 +01:00
parent d565a3891c
commit 1cf018d56e
2 changed files with 9 additions and 4 deletions

View File

@ -4,12 +4,14 @@ my dotfiles
Install Install
------- -------
we will use script makesymlinks.sh to install dotfiles We will use script makesymlinks.sh to install dotfiles.
change files var to suit yours need, then launch it :
Change 'files' variable to suit your needs, then launch it :
``` bash ``` bash
git clone git@git.fino.fr:flo/dotfiles.git ~/dotfiles git clone https://git.fino.fr/flo/dotfiles.git
cd ~/dotfiles cd ~/dotfiles
./makesymlinks.sh ./makesymlinks.sh
``` ```
backup of existing dotfiles will be made in a dotfiles_old folder
Backup of existing dotfiles will be made in a dotfiles_old folder.

View File

@ -1,5 +1,8 @@
term screen-256color term screen-256color
# Always start screen with utf8 enabled. (screen -U)
defutf8 on
# Fix for residual text # Fix for residual text
altscreen on altscreen on