From e2d93f1f080e3d9d0f4a00b7f570d367172e3426 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 22 Jan 2024 00:02:17 +0100 Subject: [PATCH] rustfmt --- .config/btop/btop.log | 68 ++++++++++++++++++++++++++++++++++++ .config/nvim | 2 +- .config/rustfmt/rustfmt.toml | 1 + .gitignore | 3 +- 4 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 .config/btop/btop.log create mode 100644 .config/rustfmt/rustfmt.toml diff --git a/.config/btop/btop.log b/.config/btop/btop.log new file mode 100644 index 0000000..8395023 --- /dev/null +++ b/.config/btop/btop.log @@ -0,0 +1,68 @@ + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:07) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:07) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:10) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:10) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:10) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:10) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:10) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:10) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:10) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:10) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:10) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:10) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:10) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:10) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:11) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:11) | ERROR: No tty detected! +btop++ needs an interactive shell to run. + +2023/11/28 (21:11:11) | ===> btop++ v.1.2.13 +2023/11/28 (21:11:11) | ERROR: No tty detected! +btop++ needs an interactive shell to run. diff --git a/.config/nvim b/.config/nvim index 7de6f81..e40cc7b 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 7de6f819ef09a332c078e621329cf8e4cfcd6963 +Subproject commit e40cc7bbd7ab5b51dff2b1f6f9c82d1efdd8b8a0 diff --git a/.config/rustfmt/rustfmt.toml b/.config/rustfmt/rustfmt.toml new file mode 100644 index 0000000..3a26366 --- /dev/null +++ b/.config/rustfmt/rustfmt.toml @@ -0,0 +1 @@ +edition = "2021" diff --git a/.gitignore b/.gitignore index 9d5aa9e..1192071 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ !.config/btop/** !.config/kitty !.config/kitty/** +!.config/rustfmt/** +!.config/rustfmt/ !.gitignore !.zsh !.zsh/** @@ -21,4 +23,3 @@ !.local/fzf/** !.local/nvim !.local/nvim/** -.config/btop/btop.log