From d6c008ac42b06f5e1152b416b19bd4f0e9c4cd4f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 23 Jul 2021 12:46:38 +0300 Subject: [PATCH] update --- Git/{gitconfig => .gitconfig} | 0 Git/{gitignore => .gitignore} | 0 Python/.pylintrc | 3 +++ Python/pyproject.toml | 7 +++++++ README.md | 6 +++++- SublimeText/Packages/User/Main.sublime-menu | 11 +++++++++++ bash/{bashrc => .bashrc} | 0 bash/alias | 2 -- 8 files changed, 26 insertions(+), 3 deletions(-) rename Git/{gitconfig => .gitconfig} (100%) rename Git/{gitignore => .gitignore} (100%) create mode 100644 Python/.pylintrc create mode 100644 Python/pyproject.toml rename bash/{bashrc => .bashrc} (100%) delete mode 100644 bash/alias diff --git a/Git/gitconfig b/Git/.gitconfig similarity index 100% rename from Git/gitconfig rename to Git/.gitconfig diff --git a/Git/gitignore b/Git/.gitignore similarity index 100% rename from Git/gitignore rename to Git/.gitignore diff --git a/Python/.pylintrc b/Python/.pylintrc new file mode 100644 index 0000000..5abebec --- /dev/null +++ b/Python/.pylintrc @@ -0,0 +1,3 @@ +[BASIC] +good-names = f +max-line-length = 100 diff --git a/Python/pyproject.toml b/Python/pyproject.toml new file mode 100644 index 0000000..0021617 --- /dev/null +++ b/Python/pyproject.toml @@ -0,0 +1,7 @@ +[build-system] +requires = ["flit_core >=2,<4"] +build-backend = "flit_core.buildapi" +requires-python = ">=3" + +[tool.black] +line-length = 99 diff --git a/README.md b/README.md index ab34f15..bfba25c 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# config \ No newline at end of file +# my config's + +- [Let's Encrypt](certbot/) commands +- my [.git{config,ignore}](Git/) +- [Python](Python) project example diff --git a/SublimeText/Packages/User/Main.sublime-menu b/SublimeText/Packages/User/Main.sublime-menu index 062305e..2fdd80e 100644 --- a/SublimeText/Packages/User/Main.sublime-menu +++ b/SublimeText/Packages/User/Main.sublime-menu @@ -4,6 +4,17 @@ "id": "me.iiiypuk", "children": [ + { + "caption": "Open ♥", + "command": "open_file", "args": { "file": "" }, + }, + { + "caption": "Open GPG", + "command": "open_file", "args": { "file": "" }, + }, + { + "caption": "-" + }, { "caption": "Open Recent", "mnemonic": "R", diff --git a/bash/bashrc b/bash/.bashrc similarity index 100% rename from bash/bashrc rename to bash/.bashrc diff --git a/bash/alias b/bash/alias deleted file mode 100644 index 2e5961d..0000000 --- a/bash/alias +++ /dev/null @@ -1,2 +0,0 @@ -# Git alias -