Commit Graph

82 Commits

Author SHA1 Message Date
Stefan Gaiselmann
c52d4db8e8 Corrected HISTCONTROL value in 00.bash.init. 2021-11-16 17:58:14 +01:00
Heavy
ad62fbf87a Added functions to convert filename to URI and to enqueue urls to
mediaplayer.
2021-11-04 08:10:30 +01:00
Heavy
1df3fa9c91 Added 'ips' alias (show ip information in --brief mode). 2021-10-27 18:37:43 +02:00
Stefan Gaiselmann
86c8b84280 Added 'neofetch' script from https://github.com/dylanaraps/neofetch. 2021-08-02 13:42:10 +02:00
Stefan Gaiselmann
1b30b668ed Added motd handling (debian specific) and check if chezmoi managed files
have changes.
2021-08-02 11:56:18 +02:00
Heavy
cf24e2f956 Fixed wrong "/dev/null" entry in 08.alias file. 2021-07-09 08:58:37 +02:00
Stefan Gaiselmann
1d5cd79cd0 Adjusted git hook creation (added pre-commit hook to chezmoi). 2021-06-29 16:22:08 +02:00
Stefan Gaiselmann
497877514a Added git helper scripts. 2021-06-29 16:22:08 +02:00
Stefan Gaiselmann
58aa48f832 Added HISTCONTROL to ignore duplicates. 2021-06-29 16:22:08 +02:00
Heavy
f35b07766c Added new function: epoch2date. 2021-06-28 12:47:32 +02:00
Heavy
e28fb54e03 Added 'meld' as mergetool on Linux. 2021-06-09 10:54:18 +02:00
ec2-user
fcda37b123 Fixed wrong color handling and FQDN if no domainname is configured. 2021-04-30 15:00:19 +02:00
Stefan Gaiselmann
621143bea2 Merge branch 'bui-changes' 2021-04-30 09:24:50 +02:00
Stefan Gaiselmann
f03a9fbd2a Added 'cht.sh' to lookup cheatseets / stackoverflow. 2021-04-30 09:21:02 +02:00
Stefan Gaiselmann
8da6f7bd56 Added sublime-workspace files to global git ignore list. 2021-04-30 09:20:42 +02:00
Stefan Gaiselmann
0d10acd9aa Removed "trap" in start-agent (makes problems). 2021-04-30 09:20:27 +02:00
Stefan Gaiselmann
2b98315de5 Added global gitignore file.
See https://stackoverflow.com/questions/7335420/global-git-ignore
Using default location.
2021-04-30 09:20:02 +02:00
b83a5f5ed8 Deleted old alias file, was changed to template. 2021-04-19 14:13:45 +02:00
heavy
fe78fae94f Added 'quota' alias for Uberspace (made alias file to template). 2021-03-05 08:23:19 +01:00
Stefan Gaiselmann
81fcb31ce2 Added script to show certificate info (openssl is required). 2021-02-22 11:47:38 +01:00
Stefan Gaiselmann
d2df48fa32 Merge branch 'prompt' 2021-02-13 10:46:37 +01:00
Stefan Gaiselmann
08721fbe71 Added p4merge as mergetool in git config (only if OS is windows). 2021-02-13 10:40:12 +01:00
Stefan Gaiselmann
1f4657d7c7 Changed PS1 creation to a more flexible solution.
- added color parameter
- used tput to set colors
- fixed missing escape sequences
2021-02-13 10:38:22 +01:00
Stefan Gaiselmann
78706726bf Renamed 'sshrc' to prompt, has no SSH logic inside. 2021-02-13 09:53:25 +01:00
Stefan Gaiselmann
f88ac53983 Moved some aliaes to correct file. 2021-02-06 20:19:30 +01:00
Stefan Gaiselmann
6524816618 Moved functions from sshrc file to functions. 2021-02-06 20:10:12 +01:00
Stefan Gaiselmann
34200536ad Added highlight color to vimrc file.
Currently black is used, looks good in solarized.dark but not in other
color schemes.
2021-02-03 15:43:52 +01:00
Stefan Gaiselmann
42a979cac2 Added vi alias to vim if vim is available. 2021-02-03 15:32:33 +01:00
Stefan Gaiselmann
07be8b2242 Changed Materna colors to cyan. 2021-02-03 15:32:14 +01:00
Stefan Gaiselmann
82393a324e Added short version of color test function (less verbose). 2021-02-03 15:31:31 +01:00
Stefan Gaiselmann
0dfb90b672 Changed prompt color to "base01" (gray) for Materna Category. 2021-01-29 08:57:45 +01:00
Stefan Gaiselmann
e025a0cc72 Added check if find-agent is sourced and aliases to own scripts. 2021-01-28 12:56:59 +01:00
Stefan Gaiselmann
074d8f189a Added 'z.sh': https://github.com/rupa/z . 2021-01-25 20:36:04 +01:00
Stefan Gaiselmann
7650c2b940 Added ansi2html and color-test script. 2021-01-25 20:35:03 +01:00
Stefan Gaiselmann
9d6446520b Added ssh-agent scripts.
Moved set-scheme script to use same synthax as others.
2021-01-25 20:09:07 +01:00
Stefan Gaiselmann
a411154407 Added script to switch color schemes. 2021-01-22 16:41:45 +01:00
Stefan Gaiselmann
6491065ac4 Removed symlink content with real color settings. 2021-01-22 16:22:42 +01:00
Stefan Gaiselmann
9908a3e25b Renamed color files. 2021-01-22 16:17:14 +01:00
sdroid
a2190f5392 Added color scheme files (solarize and others). 2021-01-22 15:56:01 +01:00
e9402092d4 Added "ignore" alias to git configuration.
Based on https://docs.gitignore.io/install/command-line
2021-01-13 09:33:39 +01:00
e9d35f903d Added "sumamry" alias.
Will print a short summary of git commits per author.

    32 Some Developer <sd@example.com>
    12 Another Developer <ad@example.com>
2020-12-17 11:44:12 +01:00
Stefan Gaiselmann
aa1caf8b71 Added AWS specific color for bash prompt. 2020-12-04 12:57:37 +01:00
Stefan Gaiselmann
599827a361 Merge branch 'bashrc.d' 2020-12-04 12:44:55 +01:00
Stefan Gaiselmann
1557033049 Changed configuration template (correction for bash.prompt.category). 2020-11-13 08:03:56 +01:00
Stefan Gaiselmann
7a99efad19 Extended .bashrc.d configuration. 2020-11-13 08:01:45 +01:00
ba2ba061ad „README.adoc“ ändern 2020-11-12 19:46:52 +01:00
FCD (uberspace)
0e7665b319 Added git alias 'gg' (git graph). 2020-11-11 11:18:52 +01:00
FCD (uberspace)
2d60f939ab Adjusted solarize color integration (bashrc.d). 2020-11-11 11:18:52 +01:00
f147a16052 „README.adoc“ ändern 2020-11-11 10:32:46 +01:00
FCD (ubersapce)
22776b8bdd Fixed wrong internal name for .sshrc. 2020-11-10 16:15:34 +01:00