BlockLune's Blog

Home Tags About |

Posts with tag terminal

Zsh 简明配置指南

2024-10-21
terminalzshoh-my-zshconfiguration

作为计算机爱好者,我们每天会花大量时间和 Shell 打交道,一个配置得足够好的 Shell 会让你觉得更加得心应手。这篇博文记录了我的 Zsh 配置。本来,这篇文章只是作为我自己的笔记,所以写得比较随意;同时出于练习英语写作的目的,写成了英文。但后来发现我的朋友们也会参考,所以我将其重置为中文的,并修改完善了一些内容。

我的 Vim (以及 NeoVim) 配置

2024-10-18
vimneovimidetext-editorterminalconfiguration

Vim 可以说是一个老古董了,但是在命令行文本编辑器这一领域,即使到目前,它说第二也没人能说第一。在这篇文章中,我们会进行一些简单的配置,让 Vim 更加好用。并且,我们还会谈到 NeoVim 相关的内容,通过安装和配置 LazyVim,来让 NeoVim 变为一个现代化的、全功能的 IDE。

Setting up your new machine - A simple dev environment configuration guide

2024-09-02
unixwindowsterminalproductivitysoftware-engineeringconfigurationtool

As developers, we interact with all kinds of machines every day. A well-configured development environment can significantly boost productivity and make coding more enjoyable. This comprehensive guide will help you set up a comfortable and efficient workspace. It's mainly for beginners, but experienced developers may also find some useful tips.

Awesome CLI Apps

2023-10-09
unixterminaltoolclicommand-line

This is a list of some awesome CLI (command-line interface) apps.

Notes for 《tmux Productive Mouse-Free Development》

2023-08-05
tmuxterminalunixproductivityshellnote

Notes for tmux Productive Mouse-Free Development written by Brian P. Hogan.

Tmux Quick Start

2023-08-04
terminaltoolunixproductivity

Chinese translation for How to Install and Use Tmux.

joshuto: A great file manager in terminal

2023-07-12
terminaltoolrustfile-managervim-like

When in a terminal, sometimes it's really annoying to keep on typing in cd or something else to browse the files and directories. Can we do it just like what we do in GUI? Then joshuto may be helpful to you.

Installing Ubuntu

2023-04-27
software-engineeringunixterminalubuntu-installationlinux-setup

This is NOT a tutorial on how to install Ubuntu. I am just documenting some problems I encountered during my installation.

The chmod command in Linux

2023-03-23
unixterminallinuxchmodpermission-management

I accidentally ran a wrong chmod command in my Linux, and it messed up everything! I hate the permission management in Linux. :|

VS Code 中文乱码问题

2022-10-13
windowsterminalencodingvscodecmd

2023 年 1 月 12 日更新: 找到了方便地改变 Windows 中终端默认编码的方法,所以原来的改变 C/C++ 文件默认编码的方法可以淘汰了。