Compare commits

...

5 Commits

Author SHA1 Message Date
ddd08445e9
.gitignore: just ignore all dotfiles except excluded ones
I think I saw this practice at Syncplay and I am accidentally attempting to bring dotfiles in
2023-11-19 21:17:22 +02:00
9e60664128
tmux.conf: simplify timestamp format for now 2023-11-19 21:09:12 +02:00
fcec48698d
conf: rm tmux-old-ncurses.bash as legacy 2023-11-19 20:49:33 +02:00
984c2de9fb
tmux.conf: ⚧ actually fits tmux well too 2023-11-19 20:49:08 +02:00
8ff7ea04cb
{bash,zsh}rc: add ⚧ to the motivational messages 2023-11-19 20:44:12 +02:00
5 changed files with 20 additions and 21 deletions

25
.gitignore vendored
View File

@ -1,14 +1,19 @@
# Editor swap files # All dotfiles
*~* .*
*.swp
*.tmp
# .gitlab-ci.yml pre-commit directory # Except not these
.cache/** !.editorconfig
!.gitattributes
!.github
!.gitignore
!.gitlab-ci.yml
!.gitmodules
!.mailmap
!.mikaela
!.mikaela_install
!.pre-commit-config.yaml
!.reuse
# Symlink # Symlinks
install.run install.run
LICENSE LICENSE
# ???
.git

View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
# Intended for systems with ncurses < 6 which is missing TERMINFO
# for tmux-256color.
if [[ $TERM == 'tmux-256color' ]]; then
export TERM=screen-256color
fi

View File

@ -11,7 +11,7 @@ set -g status-fg white
#set-window-option -g window-status-current-bg red #set-window-option -g window-status-current-bg red
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf ) # Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
set -g status-right ' #[fg=yellow,bold]#h|%Y-%j/%F %H:%M%z#[fg=black,bold]#[fg=black,bold]' set -g status-right '#[fg=yellow,bold]#h ⚧ %F %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
# Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz ) # Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz )
setw -g automatic-rename on setw -g automatic-rename on

View File

@ -147,8 +147,8 @@ if [[ $UNAME == Darwin ]]; then
(echo "") (echo "")
(last -10 &) (last -10 &)
fi fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\n") (printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\n")
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n") (printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n")
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md # fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41" export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"

View File

@ -104,8 +104,8 @@ if [[ $UNAME = Darwin ]]; then
(echo "") (echo "")
(last -10&) (last -10&)
fi fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\n") (printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n\t\tDancu kiel neniu rigardas, kvankam estu vidita kaj aŭdata.\n")
(printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n") (printf "Your adventure begins in the dead of night.\nYour road won't be easy, but a rising sun awaits your journey's end.\n\n")
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md # fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41" export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"