]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Move to shell/ in preparation for merge into new dotfiles repository
authorSimon Ruderich <simon@ruderich.org>
Sat, 2 Jun 2018 11:26:25 +0000 (13:26 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 2 Jun 2018 11:26:25 +0000 (13:26 +0200)
65 files changed:
shell/.gitignore [moved from .gitignore with 100% similarity]
shell/Makefile [moved from Makefile with 100% similarity]
shell/bash/logout [moved from bash/logout with 100% similarity]
shell/bash/profile [moved from bash/profile with 100% similarity]
shell/bash/rc [moved from bash/rc with 100% similarity]
shell/bin/README [moved from bin/README with 100% similarity]
shell/bin/battery.pl [moved from bin/battery.pl with 100% similarity]
shell/bin/calc [moved from bin/calc with 100% similarity]
shell/bin/chronic [moved from bin/chronic with 100% similarity]
shell/bin/chronic-log [moved from bin/chronic-log with 100% similarity]
shell/bin/mv-p [moved from bin/mv-p with 100% similarity]
shell/bin/notify.py [moved from bin/notify.py with 100% similarity]
shell/bin/print-constant.pl [moved from bin/print-constant.pl with 100% similarity]
shell/bin/remove-continuation.pl [moved from bin/remove-continuation.pl with 100% similarity]
shell/bin/rsleep [moved from bin/rsleep with 100% similarity]
shell/bin/sc [moved from bin/sc with 100% similarity]
shell/bin/slocate [moved from bin/slocate with 100% similarity]
shell/bin/srandom-order [moved from bin/srandom-order with 100% similarity]
shell/bin/srsync [moved from bin/srsync with 100% similarity]
shell/bin/srsync-incremental [moved from bin/srsync-incremental with 100% similarity]
shell/bin/supdatedb [moved from bin/supdatedb with 100% similarity]
shell/bin/svalgrind [moved from bin/svalgrind with 100% similarity]
shell/bin/temperature.pl [moved from bin/temperature.pl with 100% similarity]
shell/colordiffrc [moved from colordiffrc with 100% similarity]
shell/crontab.d/Makefile [moved from crontab.d/Makefile with 100% similarity]
shell/crontab.d/README [moved from crontab.d/README with 100% similarity]
shell/crontab.d/jobs [moved from crontab.d/jobs with 100% similarity]
shell/crontab.d/jobs.daily/.gitignore [moved from crontab.d/jobs.daily/.gitignore with 100% similarity]
shell/crontab.d/jobs.daily/prune-logs [moved from crontab.d/jobs.daily/prune-logs with 100% similarity]
shell/crontab.d/jobs.hourly/.gitignore [moved from crontab.d/jobs.hourly/.gitignore with 100% similarity]
shell/crontab.d/jobs.hourly6/.gitignore [moved from crontab.d/jobs.hourly6/.gitignore with 100% similarity]
shell/crontab.d/jobs.hourly8/.gitignore [moved from crontab.d/jobs.hourly8/.gitignore with 100% similarity]
shell/crontab.d/jobs.minutely/.gitignore [moved from crontab.d/jobs.minutely/.gitignore with 100% similarity]
shell/crontab.d/jobs.monthly/.gitignore [moved from crontab.d/jobs.monthly/.gitignore with 100% similarity]
shell/crontab.d/jobs.reboot/.gitignore [moved from crontab.d/jobs.reboot/.gitignore with 100% similarity]
shell/crontab.d/jobs.weekly/.gitignore [moved from crontab.d/jobs.weekly/.gitignore with 100% similarity]
shell/crontab.d/setup.sh [moved from crontab.d/setup.sh with 100% similarity]
shell/csh/rc [moved from csh/rc with 100% similarity]
shell/digrc.in [moved from digrc.in with 100% similarity]
shell/haskeline [moved from haskeline with 100% similarity]
shell/htoprc.in [moved from htoprc.in with 100% similarity]
shell/inputrc [moved from inputrc with 100% similarity]
shell/lessfilter [moved from lessfilter with 100% similarity]
shell/lesskey [moved from lesskey with 100% similarity]
shell/reminders.in [moved from reminders.in with 100% similarity]
shell/screenrc.in [moved from screenrc.in with 100% similarity]
shell/setup.sh [moved from setup.sh with 100% similarity]
shell/shell/aliases.in [moved from shell/aliases.in with 100% similarity]
shell/shell/bin [moved from shell/bin with 100% similarity]
shell/shell/dircolors.in [moved from shell/dircolors.in with 100% similarity]
shell/shell/env [moved from shell/env with 100% similarity]
shell/shell/functions [moved from shell/functions with 100% similarity]
shell/shell/logout [moved from shell/logout with 100% similarity]
shell/shell/rc [moved from shell/rc with 100% similarity]
shell/ssh_config [moved from ssh_config with 100% similarity]
shell/sshd_config [moved from sshd_config with 100% similarity]
shell/terminfo/README [moved from terminfo/README with 100% similarity]
shell/terminfo/s/screen-it-256color [moved from terminfo/s/screen-it-256color with 100% similarity]
shell/tmux-window.pl [moved from tmux-window.pl with 100% similarity]
shell/tmux.conf.in [moved from tmux.conf.in with 100% similarity]
shell/zsh/env [moved from zsh/env with 100% similarity]
shell/zsh/functions/_systemctl [moved from zsh/functions/_systemctl with 100% similarity]
shell/zsh/functions/extract [moved from zsh/functions/extract with 100% similarity]
shell/zsh/logout [moved from zsh/logout with 100% similarity]
shell/zsh/rc [moved from zsh/rc with 100% similarity]

similarity index 100%
rename from .gitignore
rename to shell/.gitignore
similarity index 100%
rename from Makefile
rename to shell/Makefile
similarity index 100%
rename from bash/logout
rename to shell/bash/logout
similarity index 100%
rename from bash/profile
rename to shell/bash/profile
similarity index 100%
rename from bash/rc
rename to shell/bash/rc
similarity index 100%
rename from bin/README
rename to shell/bin/README
similarity index 100%
rename from bin/battery.pl
rename to shell/bin/battery.pl
similarity index 100%
rename from bin/calc
rename to shell/bin/calc
similarity index 100%
rename from bin/chronic
rename to shell/bin/chronic
similarity index 100%
rename from bin/chronic-log
rename to shell/bin/chronic-log
similarity index 100%
rename from bin/mv-p
rename to shell/bin/mv-p
similarity index 100%
rename from bin/notify.py
rename to shell/bin/notify.py
similarity index 100%
rename from bin/rsleep
rename to shell/bin/rsleep
similarity index 100%
rename from bin/sc
rename to shell/bin/sc
similarity index 100%
rename from bin/slocate
rename to shell/bin/slocate
similarity index 100%
rename from bin/srandom-order
rename to shell/bin/srandom-order
similarity index 100%
rename from bin/srsync
rename to shell/bin/srsync
similarity index 100%
rename from bin/supdatedb
rename to shell/bin/supdatedb
similarity index 100%
rename from bin/svalgrind
rename to shell/bin/svalgrind
similarity index 100%
rename from bin/temperature.pl
rename to shell/bin/temperature.pl
similarity index 100%
rename from colordiffrc
rename to shell/colordiffrc
similarity index 100%
rename from crontab.d/Makefile
rename to shell/crontab.d/Makefile
similarity index 100%
rename from crontab.d/README
rename to shell/crontab.d/README
similarity index 100%
rename from crontab.d/jobs
rename to shell/crontab.d/jobs
similarity index 100%
rename from crontab.d/setup.sh
rename to shell/crontab.d/setup.sh
similarity index 100%
rename from csh/rc
rename to shell/csh/rc
similarity index 100%
rename from digrc.in
rename to shell/digrc.in
similarity index 100%
rename from haskeline
rename to shell/haskeline
similarity index 100%
rename from htoprc.in
rename to shell/htoprc.in
similarity index 100%
rename from inputrc
rename to shell/inputrc
similarity index 100%
rename from lessfilter
rename to shell/lessfilter
similarity index 100%
rename from lesskey
rename to shell/lesskey
similarity index 100%
rename from reminders.in
rename to shell/reminders.in
similarity index 100%
rename from screenrc.in
rename to shell/screenrc.in
similarity index 100%
rename from setup.sh
rename to shell/setup.sh
similarity index 100%
rename from shell/aliases.in
rename to shell/shell/aliases.in
similarity index 100%
rename from shell/bin
rename to shell/shell/bin
similarity index 100%
rename from shell/dircolors.in
rename to shell/shell/dircolors.in
similarity index 100%
rename from shell/env
rename to shell/shell/env
similarity index 100%
rename from shell/functions
rename to shell/shell/functions
similarity index 100%
rename from shell/logout
rename to shell/shell/logout
similarity index 100%
rename from shell/rc
rename to shell/shell/rc
similarity index 100%
rename from ssh_config
rename to shell/ssh_config
similarity index 100%
rename from sshd_config
rename to shell/sshd_config
similarity index 100%
rename from terminfo/README
rename to shell/terminfo/README
similarity index 100%
rename from tmux-window.pl
rename to shell/tmux-window.pl
similarity index 100%
rename from tmux.conf.in
rename to shell/tmux.conf.in
similarity index 100%
rename from zsh/env
rename to shell/zsh/env
similarity index 100%
rename from zsh/logout
rename to shell/zsh/logout
similarity index 100%
rename from zsh/rc
rename to shell/zsh/rc