Commit Graph

73 Commits

Author SHA1 Message Date
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
FCD (ubersapce)
004b683ec3 Removed pushd, popd (raised errors on uberspace). 2020-11-10 16:13:54 +01:00
FCD (ubersapce)
84b71f01a2 Moved .sshrc to .bashrc.d directory. 2020-11-10 16:13:01 +01:00
FCD (ubersapce)
f964f2f060 Made basrc.d files executable. 2020-11-10 16:08:09 +01:00
Stefan Gaiselmann
0ff613926e Added .bashrc.d directory with initial alias and function for testing. 2020-11-10 15:56:21 +01:00
Stefan Gaiselmann
f6d61543a2 Added check for interactive shell to README. 2020-11-09 16:48:28 +01:00
Stefan Gaiselmann
a3df2bcef9 Merge branch 'heavy-aws' into develop 2020-11-09 08:36:00 +01:00
Stefan Gaiselmann
e8b3091bfb Merge branch 'heavy-aws' 2020-11-09 08:35:21 +01:00
Stefan Gaiselmann
4ce29bbf36 Added .bashrc part of uberspace example. 2020-11-09 08:32:57 +01:00
Stefan Gaiselmann
4d68bb30ea Added vim ligthline plugin. 2020-11-08 16:56:24 +01:00