[go: up one dir, main page]

Menu

[r37]: / TODO  Maximize  Restore  History

Download this file

100 lines (85 with data), 3.1 kB

NEEDED:
- cleanup: personnal info (sshe, sshep (put in perso/bin))
- save previous gconf value before applying gnomesetting (ct-install) (using -prev-date)
- appli launched by default in perso (ctafconf/perso/startup)
- conky then torsmo..

DOCUMENTATION:
- emacs: README.EMACS, install just emacs, just test emacsconf, ..
- svn: checkout from svn, update
- DOCUMENTATION (rescue session shortcut) (single session log)
- enhance ct-help
- revert gconf setting
- what is in perso

CTAFCONF:
- ramdom wallpaper (wallpp = ramdom, ramdomperso)
- screen : fichier de conf std (3 windows), automatiquement lance?, keys to browse hystory
- grepr : directory not needed (use .)
- xsession : change session "on the fly" (ct-switch (kill current wm))
  loop, readfile, if wm /=currwm killcurrwm, lanch wm; sleep
- top : top mem / top cpu nothing else
- use sabayon for gnome-conf/ff-conf
- better template (.mine) for env, emacs, and co, allowing easy customization (define var to enable/disable functionnality (ecb/semantic/)
- tweak and use screenrc
- 4 distrib: tinyemacs, emacs (with ecb, ilisp, ..), tinyctafconf, ctafconf (with ecb, ilisp, ..)
- makefile (download ecb, ilisp, ..)?, ct-update (update ctafconf from sf svn)
- remove user and group and home directory from ct-profile (not usefull)

SHELL
- completion de zsh (cursor like in hh)
- kbd mapping (azerty, qwerty, dvorak) (shell/X)
- test: zsh speed with compiled configuration file
- epita: zsh color
- completion for apt, apts
- unset, unalias => unset unnecessary stuff?
- visual,editor,shell => emacs else nano,else ..
- ctafconf.sh => add color for all term (CT_RED,CT_YELLOW,..) and for prompt
- date reminder, who show event when lauching a shell
- vimrc test merge

EMACS
- emacs: in console (ctrl+backspace, beep) (enable vt102 in xterm,..)
- emacs: ctrl-qqch => replace the current line , with the current buffer
- tab = 2 in bash-mode
- transparent (use console backcolor)
- kill char from cur to begin

BONUS:
- a gnome terminal that scroll like quake3 console using one hotkey
- compiler for some configuration file ( emacs, fluxbox, etc..)
- ct-repo/ct-ssh : use dialog/gdialog? (one lib exists, find it, use it)
- use gid and uid with mount command (maybe do a ct-mount)
- kde, gnome (taskbar, etc), ff extension, blackbox, openbox, fvwm, enligthment
- debian package

===========================================================
GUIDELINE:
all file in ctafconf/etc must be static (user should not edit them)

all file in ctafconf/perso must not be overwritten and are user specific

===========================================================
POSIX
--sh
if cmp -s $SRCFILE $FILE; then
fi
export al=val
alias al=val
var=val
source

--tcsh
if ( -x file ) echo cool
setenv al val
alias al val
set var val

--ksh
export al=val
alias al=val
var=val

--zsh
if cmp -s $SRCFILE $FILE; then
fi
export al=val
alias al=val
var=val

--
compiled files?:
fluxbox/init (style)
fluxbox/menu ?
xbindkeys (?)


-- DONE --
- put all previous file in .ctafconf/perso/previous
- one directory with all .mine?