feat: fandroid
parent
3172a5ac85
commit
940c02f41c
|
@ -212,6 +212,11 @@ vim.<span class="pl-smi">keymap</span>.<span class="pl-c1">set</span>(<span clas
|
|||
>neovim Tagsrch</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://neovim.io/doc/user/lua-guide.html" rel="nofollow"
|
||||
>neovim Lua-guide</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div>
|
||||
|
|
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown-dark.min.css"
|
||||
/>
|
||||
<title>haunt98 posts</title>
|
||||
</head>
|
||||
<style>
|
||||
.markdown-body {
|
||||
box-sizing: border-box;
|
||||
min-width: 200px;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.markdown-body {
|
||||
padding: 15px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<body class="markdown-body">
|
||||
<div><a href="index.html">Index</a></div>
|
||||
<h1>
|
||||
<a
|
||||
id="user-content-fan-android"
|
||||
class="anchor"
|
||||
aria-hidden="true"
|
||||
href="#fan-android"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>F(an) android
|
||||
</h1>
|
||||
<p>You know what I mean :D</p>
|
||||
<p>Just a collection/checklist of what to do before using Android phone.</p>
|
||||
<p>All Android phones are bloat.</p>
|
||||
<p>
|
||||
So first thing first, use
|
||||
<a href="https://github.com/0x192/universal-android-debloater"
|
||||
>Universal Android Debloater GUI</a
|
||||
>.
|
||||
</p>
|
||||
<h2>
|
||||
<a id="user-content-misc" class="anchor" aria-hidden="true" href="#misc"
|
||||
><span aria-hidden="true" class="octicon octicon-link"></span></a
|
||||
>Misc
|
||||
</h2>
|
||||
|
||||
<div>
|
||||
Feel free to ask me via
|
||||
<a href="mailto:hauvipapro+posts@gmail.com">email</a> or
|
||||
<a rel="me" href="https://hachyderm.io/@haunguyen">Mastodon</a>. Source
|
||||
code is available on
|
||||
<a href="https://github.com/haunt98/posts-go">GitHub</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -60,6 +60,7 @@
|
|||
</li>
|
||||
<li><a href="2023-06-25-useful-tools.html">Useful tools</a></li>
|
||||
<li><a href="2023-07-01-pastebin.html">Pastebin</a></li>
|
||||
<li><a href="2023-07-02-fandroid.html">F(an) android</a></li>
|
||||
</ul>
|
||||
|
||||
<div>
|
||||
|
|
|
@ -91,3 +91,4 @@ vim.keymap.set("n", "<leader>tr", ":lua MiniTrailspace.trim()<CR>")
|
|||
|
||||
- [neovim Motion](https://neovim.io/doc/user/motion.html)
|
||||
- [neovim Tagsrch](http://neovim.io/doc/user/tagsrch.html)
|
||||
- [neovim Lua-guide](https://neovim.io/doc/user/lua-guide.html)
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
# F(an) android
|
||||
|
||||
You know what I mean :D
|
||||
|
||||
Just a collection/checklist of what to do before using Android phone.
|
||||
|
||||
All Android phones are bloat.
|
||||
|
||||
So first thing first, use [Universal Android Debloater GUI](https://github.com/0x192/universal-android-debloater).
|
||||
|
||||
## Misc
|
|
@ -26,3 +26,4 @@ This is where I dump my thoughts.
|
|||
- [Khoan cắt bê tông 101](2023-06-24-khoan-cat-be-tong.html)
|
||||
- [Useful tools](2023-06-25-useful-tools.html)
|
||||
- [Pastebin](2023-07-01-pastebin.html)
|
||||
- [F(an) android](2023-07-02-fandroid.html)
|
||||
|
|
Loading…
Reference in New Issue