70 Commits
Author SHA1 Message Date
andrew 67fc5ddb4a vim setup completed. 2025-05-13 07:54:57 -04:00
andrew 7e49787329 use bash based on env, instead of hard coding location 2025-04-25 16:39:01 -04:00
andrew 57edee63fd added vim editor-config and fixed a typo. 2025-02-27 11:01:56 -05:00
andrew 6718c5b8ba also need the install to add it to bin. 2024-11-07 09:48:49 -05:00
andrew 1a1ef6b758 new docker-ps script, to print simplified status 2024-06-07 08:12:25 -04:00
andrew 54b6c8479b 6-public now excludes fc* addresses,
cloudflare will use grepcidr if available to ensure public ip,
git *-all scripts now sort their output,
and a few other minor tweaks.
2024-05-30 13:20:43 -04:00
andrew d5283a4226 sshd config to no longer allow pam. 2024-05-22 14:52:27 +00:00
andrew 319b3e69c8 fixed bug with prompt 2024-05-22 10:04:45 +00:00
andrew f353b646a2 fixed vimrc backup 2024-05-21 18:03:28 +00:00
andrew 8aa062c0ad the vim plugin install command works better when you call it correctly. 2024-05-21 14:59:16 +00:00
andrew f67fb92c58 vim setting now sets up VimPlug, and a handful of nice plugins. 2024-05-17 20:38:05 +00:00
andrew e03a99d2ab go install now auto-resolves latest version 2024-05-10 17:21:38 +00:00
andrew c998c88a53 git prompt and history were interfering with each other, which is now fixed. 2024-05-09 12:54:10 +00:00
andrew d7b4a23daf bash prompt user color now varies by sudo permission. 2024-05-09 02:36:46 +00:00
andrew 8baaacc1b0 make it easy for sudo commands to be able to use *-all.sh scripts. 2024-05-02 17:56:36 +00:00
andrew ddbd0de15b enabling editorconfig in default vimrc. 2024-05-01 17:47:06 +00:00
andrew eb69bdba58 ipv6 server setting script, and new docker host script to get a list of
running docker containers in a /etc/hosts format.
2024-04-26 18:19:22 +00:00
andrew c60ab060ef new ssh port changing script. 2024-04-25 17:29:24 +00:00
andrew d4b328f9b7 ensure ssh-ident works even if you don't use install script. 2024-04-25 17:06:14 +00:00
andrew c508099ccb no longer expect that the repo is located as the users bin folder. 2024-04-25 16:59:37 +00:00
andrew 1b2052bb32 new docker install script, to help streamline things. 2024-04-24 16:19:02 +00:00
andrew 8ca3f470ec bash_history will additionally split by screens name. 2024-04-24 15:40:29 +00:00
andrew 618e81e0cf added rclone to extras 2023-11-21 15:38:57 -05:00
andrew 701e011966 cloudflare support added to certbot pip install 2023-11-21 14:46:50 +00:00
andrew e5543afc9b new status-all.sh script, summary of many git repos 2023-11-07 16:35:50 +00:00
andrew bb1a984a55 extra log formatting, for adding just host to the end. 2023-10-24 15:04:32 +00:00
andrew 74a40adc32 added 'bc' to core, updated certbot install. 2023-10-05 10:52:08 -04:00
andrew bdb65ff610 screen command added to core, usually preinstalled. 2023-09-20 17:23:04 -04:00
andrew caa95e64d8 added pythond to core install, added note in setting about ssh-ident 2023-09-13 13:57:56 +00:00
andrew 2021e1f247 added ssh-ident, and setting to symlink as ssh, for git, rsync, etc.
see: https://github.com/ccontavalli/ssh-ident
2023-09-13 09:47:13 -04:00
andrew b528568876 install to use pip certbot, instead of apt.
migrating to discord using block style.
2023-09-06 17:50:43 +00:00
andrew 807f5cdab7 yarn and http-server node packages are quite useful. 2023-09-05 14:01:08 +00:00
andrew 136294836a discord-if-distinct now supports colors and paging.
new "block" option to force block display even if no color.
2023-09-01 18:16:02 +00:00
andrew 9028f6d3c0 removed deprecated sshd config option, added setting for git cred caching. 2023-08-24 19:02:10 +00:00
andrew 41dbd31664 Addendum, $HISTFILE is not accessible within settings script. 2023-08-23 16:37:42 +00:00
andrew bafde3b7b0 new git history setting, and update to vim to include defaults 2023-08-23 16:26:07 +00:00
andrew 7b5f848e5f added inotify-tools to core utils, removed prompt for nginx source change. 2023-08-15 16:33:48 +00:00
andrew 80918eb50a added setting for making "main" default git branch 2023-08-06 20:36:55 +00:00
andrew 61aab7d970 git config pager added 2023-08-04 13:00:39 +00:00
andrew d50c67865f set less to use 4 spaces when rendering tabs, so git diff matches vim config. 2023-08-02 01:21:41 +00:00
andrew 88fb3c3e93 now nodejs 18 2023-01-10 16:47:56 +00:00
andrew 1b4fb8730f forgot escape characters for git prompt. 2023-01-09 23:50:54 +00:00
Andrew Stowell b149449ff3 basic settings can now add git-prompt. 2022-10-19 14:48:36 -04:00
andrew e619e3a45d actually install node, adding source is only half way there. 2022-07-08 13:07:28 -04:00
andrew 9d2ae57e07 new install node-js 16 option in install software script. 2022-07-07 19:39:09 +00:00
andrew 1f089522cc adding more extra utilities that I always end up installing... 2022-05-11 20:09:19 +00:00
andrew ea20870a0b added make/gcc/etc to essential software, since I always end up
compiling stuff.
2022-05-06 01:06:19 +00:00
andrew bf996d9d90 install-software now offers go-lang.
go-lang script via https://github.com/canha/golang-tools-install-script
as subtree
2022-05-05 20:26:46 +00:00
andrew 6807764242 added curl and vim to list of core utilities.
previously never encountered a default setup without them.
2021-09-27 11:30:01 -04:00
andrew 3e3d3b2c12 added screenrc config to preserve layout across detach/re-attach
also removed editing the term, because it was no longer useful.
2021-09-24 16:17:46 +00:00