mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/productivity-blogposts.git
synced 2025-06-07 07:39:31 +00:00
fix mentalopti tutorial
This commit is contained in:
parent
f0a2e1d2a9
commit
b6c8ed5ec7
6 changed files with 15 additions and 20 deletions
BIN
mentalopti/image-1.png
Normal file
BIN
mentalopti/image-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
BIN
mentalopti/image-2.png
Normal file
BIN
mentalopti/image-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
BIN
mentalopti/image-3.png
Normal file
BIN
mentalopti/image-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
mentalopti/image-4.png
Normal file
BIN
mentalopti/image-4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 KiB |
BIN
mentalopti/image.png
Normal file
BIN
mentalopti/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 94 KiB |
|
@ -116,9 +116,8 @@ You need to use multiple workspaces:
|
|||
|
||||

|
||||
|
||||
For instance, i have 10 workspaces divided like so:
|
||||
|
||||

|
||||
For instance, i have 10 workspaces divided like so, based on the general workflow we highlighted in [this previous tutorial](../generalworkflow/index.md):
|
||||

|
||||
|
||||
To make accessing each workspace easier and faster, i configured shortcuts:
|
||||
|
||||
|
@ -214,9 +213,9 @@ First script to setup i3 and the GUI apps i want (drawio, torbrowser, mullvad-br
|
|||
nothing@debian:~$ sudo apt install git tor torsocks -y
|
||||
nothing@debian:~$ torsocks git clone http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/dotfiles
|
||||
nothing@debian:~$ cd dotfiles
|
||||
nothing@debian:~$ chmod +x ./debiansetup.sh
|
||||
nothing@debian:~$ chmod +x ./kicksecuresetup.sh
|
||||
|
||||
nothing@debian:~$ ./debiansetup.sh
|
||||
nothing@debian:~$ ./kicksecuresetup.sh
|
||||
(let it run, and put your sudo passwords when it asks for it)
|
||||
|
||||
|
||||
|
@ -238,29 +237,25 @@ Do put your user's password whenever it asks for it, and once they finish runnin
|
|||
|
||||
And then once it reboots you login as usual into i3, i3 will launch all the applications automatically by using the **~/.config/i3/startapps.sh script**. For me my apps i launch automatically are as follows:
|
||||
|
||||
  
|
||||

|
||||
|
||||
for the actual blogwriting i like to use ranger as it helps me browse quickly to find the folders i want:
|
||||
|
||||
|
||||
[ mainpc-privateVM ] [ /dev/pts/6 ] [~/Nextcloud/blog]
|
||||
→ ranger
|
||||
|
||||
|
||||
On the first workspace: launching drawio to help me visualize what i envision for the projects i maintain
|
||||
|
||||
in ranger you can do **/** to search for a keyword, like **/v2ray** and then press ENTER and ranger will immediately find it for you:
|
||||

|
||||
|
||||

|
||||
On the second workspace: launching the tor browser on Datura forgejo to help me plan the next issues for the projects
|
||||
|
||||
Then once you select the html file you need, you can hit enter and it will put you in Vim directly to edit it:
|
||||

|
||||
|
||||

|
||||
On the third workspace: launching thunderbird to help me schedule the work i need to do
|
||||
|
||||
as we are in a tmux terminal, we can have multiple terminal prompts at once, this is also a very useful productivity tool when you do alot of CLI work like me:
|
||||

|
||||
|
||||

|
||||
On the fourth workspace: Launching Codium to write new content for the blog.
|
||||
|
||||
For all the tmux shorcuts to remember you can use this sheet:
|
||||

|
||||
|
||||
The rest of the workspaces are work-related, where i use the terminal alot, hence from a terminal window i need to remember the following tmux shorcuts:
|
||||
|
||||
|
||||
#enter tmux:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue