Commit Graph

114 Commits

Author SHA1 Message Date
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
Stefan Gaiselmann
eaf9ff960b Added .vimrc - to be done: vim packages. 2020-11-08 14:54:51 +01:00
Stefan Gaiselmann
d54ef7af7d Added stuff from .gitconfig (more aliases and push/pull hints). 2020-11-08 14:10:58 +01:00
Stefan Gaiselmann
2728eb2c95 Secured .sshrc sourcing.
SOURCE_PROFILE and SOURCE_BASHRC are used to enable sourcing of .bashrc
and .profile.
This is due to an alternative way to source .sshrc from .bashrc, an
infinite loop must be avoided if using 's' alias with sourcing .sshrc.
2020-11-08 14:06:53 +01:00
fc4d11d502 AWS Links (create User) added. 2020-11-08 11:21:32 +01:00
fe357fd696 Hint for future adjustemnt 2020-11-07 18:34:14 +01:00
34f5dc5f86 Added git installation to README. 2020-11-07 15:15:31 +01:00
562074b26a Merge pull request 'heavy-aws' (#1) from heavy-aws into develop 2020-11-07 15:13:11 +01:00
250d053ea9 Added description for aws systems.
After first test of playing around.
Has to be adjusted:

- add a new user to keep the system accessible (first .sshrc try failed and no login was possible any more)
2020-11-07 15:10:17 +01:00
FCD (ubersapce)
c22326bc85 Minor changes in bash prompt handlng. 2020-10-23 20:11:41 +02:00