Commit graph

45 commits

Author SHA1 Message Date
Gregor Bückendorf
29a8f98c75 aws-auth: Added bash-completion 2019-05-18 21:20:47 +02:00
Gregor Bückendorf
9910654818 autosource: Made variables local so they don't leak 2019-05-18 17:20:23 +02:00
Gregor Bückendorf
bca3d0fbea aws-azure-login.bashrc: Renamed the aws-token function to aws-auth 2019-05-18 16:09:34 +02:00
Gregor Bückendorf
34e2071988 ls.bashrc: MacOS compatability 2019-05-18 15:49:13 +02:00
Gregor Bückendorf
536deb63b6 bashrc.d: Added bash completion for MacOS stuff 2019-05-18 15:48:09 +02:00
Gregor Bückendorf
89fd8ccd77 lint 2019-05-18 15:42:12 +02:00
Gregor Bückendorf
9867ab3cac bashrc: Added an autosource function that allows us to source other files similar to how you would import python modules 2019-05-18 15:30:55 +02:00
Gregor Bückendorf
ea57c0fc60 neovim: Merging config between the work laptop and a small change I made on my x220 2019-05-18 00:39:09 +02:00
Gregor Bückendorf
c7b2819395 neovim: Checking in changes I have been making to my config during work 2019-05-18 00:21:35 +02:00
Gregor Bückendorf
830a4e50e1 dotconfig: This kills the carriage return 2019-05-18 00:10:50 +02:00
Gregor Bückendorf
f8ec58d8c7 dotfiles_command.bashrc: Added git bash-completion location for Ubuntu/WSL 2019-05-18 00:02:21 +02:00
Gregor Bückendorf
1f63e97472 fuck.bashrc: Added usage message to failure state 2019-05-17 23:57:17 +02:00
Gregor Bückendorf
5d1b1c30e0 environment.d: Added skeletons for files that need to be filled in manually 2019-05-17 23:28:48 +02:00
Gregor Bückendorf
927e0c5407 aws-cli: Updated the config with tools for saml login 2019-05-17 23:07:51 +02:00
Gregor Bückendorf
5d32143142 neovim: completed an unfinished comment in init.vim 2019-03-26 10:56:05 +01:00
Gregor Bückendorf
373652f6b9 bashrc.d: Added some aliases for ls variants(needs further work) 2019-01-14 10:16:34 +01:00
Gregor Bückendorf
518afbf7d0 aws-cli: Added some environment variables for sane defaults 2019-01-14 09:38:07 +01:00
Gregor Bückendorf
08507db7f5 README.md: Added provisional user credentials to the initial commit command on a local backup branch 2019-01-10 12:36:58 +01:00
Gregor Bückendorf
c5b1898733 neovim: refined the no-/wrapping and scrolling a little 2018-12-17 17:37:22 +01:00
Gregor Bückendorf
f401604b21 README.md: noted down some stuff I want to do in the install/setup script 2018-12-17 02:44:39 +01:00
Gregor Bückendorf
d60da53caf bashrc: built the structure to add utility functions for the bashrc in the future. 2018-12-17 02:38:07 +01:00
Gregor Bückendorf
6d1f8e626e neovim: made a simple config file 2018-12-17 02:01:38 +01:00
Gregor Bückendorf
77eae6eee4 bashrc.d: added fuck 2018-12-16 14:29:22 +01:00
Gregor Bückendorf
3ea46d1f59 bash: restructured bashrc and bash_profile so they won't cause problems with scp 2018-12-16 13:39:45 +01:00
Gregor Bückendorf
5ae5f29898 bashrc: renamed all files in .bashrc.d from .bashrc to .sh 2018-12-13 17:38:58 +01:00
Gregor Bückendorf
b617d7a72b dotfiles_command.bashrc: uses the environment now and clears its vars 2018-12-13 17:34:20 +01:00
Gregor Bückendorf
46f401d5b4 README.md: put some more stuff in TODO 2018-12-13 17:18:54 +01:00
Gregor Bückendorf
6b7f34f7f8 bashrc: checking if the environment is loaded before executing stuff that relies on it 2018-12-13 17:15:32 +01:00
Gregor Bückendorf
abae11bfaf bash_profile: need to unset vars when sourcing files instead of executing 2018-12-13 17:11:02 +01:00
Gregor Bückendorf
94ec834c71 bashrc: added a check for bash version 4 or newer 2018-12-13 11:16:07 +01:00
Gregor Bückendorf
76a1a46eba README.md: Began a list with stuff that should be added to the dotfiles when I have time 2018-12-09 19:29:07 +01:00
Gregor Bückendorf
76f23a478b gitconfig: Made the graph command order by date 2018-12-09 19:26:39 +01:00
Gregor Bückendorf
a33364a94a README.md: Added rudimentary README containing my current cloning routine 2018-12-07 01:41:50 +01:00
Gregor Bückendorf
adcf84966b neovim, dotfiles-install: Added an auto-install routine to the bashrc.d that downloads vim-plug for now 2018-12-07 00:46:11 +01:00
Gregor Bückendorf
0c9b44e53f bash: changed some tests from existing file to readable file 2018-12-07 00:40:07 +01:00
Gregor Bückendorf
457f265f36 neovim: alias nvim as vim if found 2018-12-06 21:22:26 +01:00
Gregor Bückendorf
3bb8ad24ee bash_profile: Restructured the file to load the bashrc only when required and after the environment is sourced 2018-12-06 20:58:50 +01:00
Gregor Bückendorf
d257b399a7 dotfiles.bashrc: Corrected small error that prevented the dot alias from getting bash completion 2018-12-06 20:56:56 +01:00
Gregor Bückendorf
90e6480204 dotfiles.bashrc: Expanded on the routine by which dotfile and dot aliases are introduced 2018-12-06 19:10:53 +01:00
Gregor Bückendorf
5555c9f9b8 .bash_profile: The environment is loaded from .environment.d now. This will make it easier to include save parts of the environment into the repo later on. 2018-12-03 13:51:53 +01:00
Gregor Bückendorf
a60fb1e5e3 .bashrc: outsourced custom configs to .bashrc.d/ This makes it easier among other things to not share everything 2018-12-03 13:39:22 +01:00
Gregor Bückendorf
7b124fdd71 .gitconfig: git-log does no longer wrap lines containing commit messages that are too long, such as this 2018-12-03 13:33:46 +01:00
Gregor Bückendorf
a899cb94a9 Added user gitconfig sensitive information is now stored in environemnt variables 2018-12-03 00:20:12 +01:00
Gregor Bückendorf
049ac212a2 Added bash_profile. Loads an .env file that can be used to supply environment variables that are not to be included here. 2018-12-03 00:18:47 +01:00
Gregor Bückendorf
1b9707b764 Initial commit. Added bashrc with alias for for the bare dotfiles git repo and a custom gitconfig for the dotfiles alias 2018-12-02 21:53:03 +01:00