mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
5 Commits
da99ce785f
...
ddd08445e9
Author | SHA1 | Date | |
---|---|---|---|
ddd08445e9 | |||
9e60664128 | |||
fcec48698d | |||
984c2de9fb | |||
8ff7ea04cb |
25
.gitignore
vendored
25
.gitignore
vendored
@ -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
|
|
||||||
|
@ -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
|
|
@ -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
|
||||||
|
@ -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.\n⚧ Your 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"
|
||||||
|
|
||||||
|
4
rc/zshrc
4
rc/zshrc
@ -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.\n⚧ Your 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user