Commit Graph

  • 05bd9e56ae BASH: add env vars for proton pass cli main seb 2026-06-11 11:07:59 +02:00
  • b0d68eb246 TELEVISION: add some cable channels seb 2026-06-11 11:07:40 +02:00
  • 9a7d8e57cd HELIX: disable auto-signature-help seb 2026-06-11 11:07:22 +02:00
  • 989da0a736 add doom emacs config seb 2026-03-07 15:57:10 +01:00
  • 20df5e9d37 add changes before system upgrade seb 2026-03-01 15:48:48 +01:00
  • a81c6fccf1 BASH: add env vars for proton pass cli clevo-sl seb 2026-06-11 11:07:59 +02:00
  • 31ff93e96c TELEVISION: add some cable channels seb 2026-06-11 11:07:40 +02:00
  • 231217472f HELIX: disable auto-signature-help seb 2026-06-11 11:07:22 +02:00
  • ab2439644a Add helix theme; lean up neovim; add emacs .minimal-emacs config; update .gitignore seb 2026-05-22 13:15:52 +02:00
  • 7986022558 add doom emacs config seb 2026-03-07 15:57:10 +01:00
  • 638a6503f1 add changes before system upgrade seb 2026-03-01 15:48:48 +01:00
  • 4e31ef1f15 Add shellibt from oils for linux repo seb 2026-02-20 11:17:23 +01:00
  • a2ac456f72 Remove superfluous changelog and todos file seb 2025-12-04 00:54:39 +01:00
  • 04a07210a4 Don't hard code nu shell path for ghostty seb 2025-12-04 00:38:37 +01:00
  • 8ef6a87ba1 Add new lib for shell seb 2025-12-04 00:34:50 +01:00
  • 7c30e64c4b Misc updates modified: README.md modified: bash/dot-bashrc modified: git/dot-config/git/config new file: helix/dot-config/helix/config.toml modified: pet/dot-config/pet/snippet.toml renamed: run.sh -> setup.sh seb 2025-12-03 22:33:58 +01:00
  • 6475b15d70 Source hcloud bash completions in bashrc seb 2025-07-15 11:10:55 +02:00
  • 36a3766aef Update global git ignore seb 2025-06-23 23:31:42 +02:00
  • 0a392b6252 Update gitignore seb 2025-06-23 23:28:16 +02:00
  • 3540c154e6 New global gitignore seb 2025-06-23 23:26:44 +02:00
  • 45b952f37a More stow refactoring; now actually including bashrc seb 2025-06-18 14:36:56 +02:00
  • 4a425ec8f1 Update: git global config seb 2025-06-18 11:45:28 +02:00
  • 4b3a47a17f Update README.md seb 2025-06-18 11:40:49 +02:00
  • 84b20638f3 FIX: Make run.sh actually follow task-file pattern seb 2025-06-18 11:40:20 +02:00
  • a4f2cff5f3 Create pet package: holds both config AND snippets for convenciance:) seb 2025-06-18 11:25:00 +02:00
  • c074cfa3e0 Make ghostty config stowable seb 2025-06-18 01:44:25 +02:00
  • cb481919c9 Move old scripts into resources; They have no active use currently but good to keep for reference seb 2025-06-18 01:29:54 +02:00
  • c86bf33b0d Start keeping track of todos seb 2025-06-18 01:28:32 +02:00
  • e947a9d04e Some more refactoring for GNU stow (git, vim and tmux) seb 2025-06-18 01:26:52 +02:00
  • 5508cfe264 Ad run.sh as top level taskfile. Currently just to bootstrap getting gnu stow seb 2025-06-18 01:17:23 +02:00
  • f4cae0306f Make stow verbose in stowrc seb 2025-06-18 00:44:31 +02:00
  • fad2c8b5dc Fix awk error in tasklib.sh by renaming 'func' variable seb 2025-06-18 00:41:35 +02:00
  • 854126bb4b Add some shell functions as shellib for task files seb 2025-06-18 00:29:11 +02:00
  • 7925f873a8 Add kanidm-eval example config and task file! seb 2025-06-18 00:11:45 +02:00
  • a91fb3f595 Remove old nvim config hierarchy seb 2025-06-16 17:24:47 +02:00
  • aaad05e9a5 Refactor to work with GNU stow. seb 2025-06-16 17:18:27 +02:00
  • 70eb8c8308 Add: rewrite script in python using click. seb 2025-04-15 17:43:26 +02:00
  • 00ac22e726 Add subcommand install_vim_neovim. seb 2025-04-15 11:33:20 +02:00
  • b3e943ea91 update: Be a little bit more precise about testing in the readme seb 2025-04-12 15:54:05 +02:00
  • 890b5f6a76 Heavily update README.md. Especially mention new install script and also just better format the whole thing. Disclamer: Claude Caude wrote the thing mostly, I just made some changes to wording and corrected things it got wrong. seb 2025-04-12 15:20:04 +02:00
  • fd7a7745a8 Add test-dot-install script to verify installation seb 2025-04-12 15:01:01 +02:00
  • d7127ea3a5 Add dot-install script to manage dotfiles installation seb 2025-04-12 14:57:19 +02:00
  • 0af21de2c3 Add vim init file for use with nvim. seb 2025-04-11 13:47:41 +02:00
  • 0b56de2b91 Add ghostty config AND factor out aliases which are specific to a local machine from fedora_aliases. seb 2025-02-18 11:54:08 +01:00
  • ab46dde0e7 Sanitize sensitive URL in fedora40-priv.json seb 2024-12-10 13:36:05 +01:00
  • b984c2797f Fixed issues with new dots() bash function where it dit not handle the depth correctily. Dots in longer inputs are also passed normally and not handled by the function to enable things like nvim ../somefile etc. seb 2024-12-10 13:08:50 +01:00
  • d8d3a77113 Addet dots() bash function and corresponding aliases for easier upward navigation in directories. seb 2024-12-10 12:49:56 +01:00
  • 10e160cbce adjust gitignore to ignore files matching .bash* seb 2024-12-10 12:26:56 +01:00
  • 8db1221758 Merge branch 'main' of github.com:sebaschi/dotfiles seb 2024-12-10 12:25:20 +01:00
  • 3181a6105e Add bash util functions for finding files in directories and cd'ing into the PARENT directory containing that file. seb 2024-12-10 12:24:56 +01:00
  • 55c315d84f Merge branch 'main' of github.com:sebaschi/dotfiles seb 2024-11-29 12:46:44 +01:00
  • 3542a91b66 Remove bash history files. How did they get in here? seb 2024-11-29 12:46:14 +01:00
  • 67db32961d updates; gitignore now ignore files named PRIVATE seb 2024-11-28 17:37:02 +01:00
  • 2606b41cc6 Add new aliases and fix functions seb 2024-10-02 12:04:20 +02:00
  • dc20abd2fb Add new vu alias for appsec seb 2024-09-16 10:21:21 +02:00
  • 9aa890341c New aliases and zellij config update seb 2024-09-11 11:58:51 +02:00
  • 3aeb1c0dc2 add new aliases for VU seb 2024-09-05 16:21:59 +02:00
  • 8dd93c2992 Remove lockfile from version control. seb 2024-06-18 20:58:47 +02:00
  • a2b2e87513 Merge remote-tracking branch 'refs/remotes/origin/main' Merge temporarily diverging branches into eachother. Sebastian Lenzlinger 2024-06-08 04:01:35 +02:00
  • 90c3592964 Add lazy-lock.json to gitignore. This file appears because I symlink config into here, and that lockfile gets created when in use. Sebastian Lenzlinger 2024-06-08 04:01:02 +02:00
  • bf33af1c1e Add new bash functions for easy conversion of various number vals (hex to dec etc.) Sebastian Lenzlinger 2024-06-08 03:57:55 +02:00
  • f03ce1b9b0 Remove scripts from repo and rename rsync config folder. Sebastian Lenzlinger 2024-05-12 11:42:53 +02:00
  • 0a9bdd91f8 Add first rsync filter file Sebastian Lenzlinger 2024-05-11 22:22:08 +02:00
  • b25e446167 Update README.md Sebastian Lenzlinger 2024-05-09 16:29:13 +02:00
  • c4ebcea7ec Start stracking neovim config Sebastian Lenzlinger 2024-05-09 16:17:11 +02:00
  • b95d071caa New aliases Sebastian Lenzlinger 2024-05-08 15:06:26 +02:00
  • 14dfa6a57e Update bash aliases. New aliases for git Sebastian Lenzlinger 2024-04-09 20:54:53 +02:00
  • c62da8c02b Refactor bash: Extract bash aliases into separete file and source form bashrc. Sebastian Lenzlinger 2024-03-21 15:10:51 +01:00
  • 37663ad895 Merge branch 'main' of github.com:sebaschi/dotfiles Sebastian Lenzlinger 2024-03-14 15:54:04 +01:00
  • 1f4f1fcfd8 Update bashrc aliases for fs24. Sebastian Lenzlinger 2024-03-14 15:53:53 +01:00
  • 2b2dccf3c8 New Variables in ZSH for bin, src and build directories. TODO: Properly research how to set environment variables and utilize them for my workflow Sebastian Lenzlinger 2024-01-30 19:35:37 +01:00
  • 498cd27523 Merge branch 'main' of github.com:sebaschi/dotfiles Sebastian Lenzlinger 2024-01-03 10:21:55 +01:00
  • 0f383464f3 Add zshrc Sebastian Lenzlinger 2024-01-03 10:11:07 +01:00
  • 9d97ff90f4 Update Bashrc Sebastian Lenzlinger 2024-01-03 10:05:54 +01:00
  • d4b7fc78d4 Merge branch 'main' of github.com:sebaschi/dotfiles Sebastian Lenzlinger 2023-11-08 10:21:05 +01:00
  • 822a970ffa Bashrc update Sebastian Lenzlinger 2023-11-08 10:20:43 +01:00
  • 0cedb898e4 Update README.md Sebastian Lenzlinger 2023-10-23 14:48:49 +02:00
  • aad9904df2 Update README.md Sebastian Lenzlinger 2023-10-23 14:47:35 +02:00
  • 75f58a94d8 Add pullhs23 to pull updates from cloud Sebastian Lenzlinger 2023-09-28 19:43:49 +02:00
  • 2783644321 BACKUP Sebastian Lenzlinger 2023-09-27 15:40:21 +02:00
  • 281658de87 Update Aliasig error Sebastian Lenzlinger 2023-09-19 06:48:13 +02:00
  • d436f4577f Merge branch 'main' of github.com:sebaschi/dotfiles Sebastian Lenzlinger 2023-09-19 06:46:22 +02:00
  • acb2e88035 Update bash aliases Sebastian Lenzlinger 2023-09-19 06:46:05 +02:00
  • 2b491d7b11 Update README.md Sebastian Lenzlinger 2023-06-28 02:46:43 -06:00
  • 7785087099 Update init bash script. Sebastian Lenzlinger 2023-06-03 20:00:59 +02:00
  • 4c7b8980de Remove unused addition to PATH variable. Sebastian Lenzlinger 2023-06-03 19:04:08 +02:00
  • d4d0fb6b8b Merge branch 'main' of github.com:sebaschi/dotfiles Sebastian Lenzlinger 2023-06-03 15:58:29 +02:00
  • 45748c5567 Add aliases for exa and server. Sebastian Lenzlinger 2023-06-03 15:57:17 +02:00
  • c09be373f9 Update .bash_history Sebastian Lenzlinger 2023-05-11 00:16:39 +02:00
  • f24ca98b66 TMUX Sebastian Lenzlinger 2023-04-25 00:26:43 +02:00
  • 248c191f9a Commit after delete on local machine/ Sebastian Lenzlinger 2023-04-19 11:38:24 +02:00