Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.18 KB

TODO.md

File metadata and controls

41 lines (26 loc) · 1.18 KB

TODO

Uncomplete

Done or almost done

  • Remove sensitive information.

    In .gitattributes, add this line:

    xfce4-keyboard-shortcuts.xml filter=xfce_user
    desktop.d/*.desktop          filter=xfce_user
    

    In the git root directory of repository, type in bash:

    git config filter.xfce_user.clean  ./scripts/git/filter/xfce_user/clean.sh
    git config filter.xfce_user.smudge ./scripts/git/filter/xfce_user/smudge.sh
    git config filter.subl_dict.clean ./scripts/git/filter/subl_dict/clean.sh
  • Flexible boostrap.sh for each Linux distribution.

    Now support both Arch and Debian Linux.

  • Remove .ssh/config that contains sensitive infos.

  • Fix error makes cursor cannot jumps to beginning of the line.

    Fixed: non-printing escape sequences have to be enclosed in \[\e[ and \].

  • Use vi-style editing mode for both bash and zsh

    Read more: