mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "ddd08445e9ce5345eb944fcf52ed9ef13aaa1116" and "da99ce785f70c9ee046a94c3cb87ea5062fc6d3d" have entirely different histories.
ddd08445e9
...
da99ce785f
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,19 +1,14 @@
|
||||
# All dotfiles
|
||||
.*
|
||||
# Editor swap files
|
||||
*~*
|
||||
*.swp
|
||||
*.tmp
|
||||
|
||||
# Except not these
|
||||
!.editorconfig
|
||||
!.gitattributes
|
||||
!.github
|
||||
!.gitignore
|
||||
!.gitlab-ci.yml
|
||||
!.gitmodules
|
||||
!.mailmap
|
||||
!.mikaela
|
||||
!.mikaela_install
|
||||
!.pre-commit-config.yaml
|
||||
!.reuse
|
||||
# .gitlab-ci.yml pre-commit directory
|
||||
.cache/**
|
||||
|
||||
# Symlinks
|
||||
# Symlink
|
||||
install.run
|
||||
LICENSE
|
||||
|
||||
# ???
|
||||
.git
|
||||
|
6
conf/tmux-old-ncurses.bash
Executable file
6
conf/tmux-old-ncurses.bash
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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
|
@ -11,7 +11,7 @@ set -g status-fg white
|
||||
#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 )
|
||||
set -g status-right '#[fg=yellow,bold]#h ⚧ %F %H:%M %Z#[fg=black,bold]#[fg=black,bold]'
|
||||
set -g status-right ' #[fg=yellow,bold]#h|%Y-%j/%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 )
|
||||
setw -g automatic-rename on
|
||||
|
@ -147,8 +147,8 @@ if [[ $UNAME == Darwin ]]; then
|
||||
(echo "")
|
||||
(last -10 &)
|
||||
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 "⚧ Your adventure begins in the dead of night.\n⚧ Your road won't be easy, but a rising sun awaits your journey's end.\n\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")
|
||||
# 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"
|
||||
|
||||
|
4
rc/zshrc
4
rc/zshrc
@ -104,8 +104,8 @@ if [[ $UNAME = Darwin ]]; then
|
||||
(echo "")
|
||||
(last -10&)
|
||||
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 "⚧ Your adventure begins in the dead of night.\n⚧ Your road won't be easy, but a rising sun awaits your journey's end.\n\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")
|
||||
|
||||
# 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user