Installing fun stuff for the terminal on ArcoLinux

Installing fun stuff for the terminal on ArcoLinux

Use our meta package to install all these fun applications sudo pacman -S arcolinux-meta-funWhat will be installed : asciiquarium bashtop cmatrix cool-retro-term cowfortune figlet lolcat mc ranger sl ufetch-arco bash-pipes boxes cava cpufetch-git curseradio-git...

read more
Everything you need to know about tmux – Plugins Manager

Everything you need to know about tmux – Plugins Manager

Like vi, emacs, and other mature Linux programs, tmux is extensible and allows third-party code (or plugins) to extend its features and capabilities. The plugins can be installed manually, or managed through a "plugin manager." Tmux Plugin Manger (also known as "tpm")...

read more
Everything you need to know about tmux – Status Bar

Everything you need to know about tmux – Status Bar

The tmux status bar (or status line) is the rectangular box that appears at the bottom of the screen (by default)  when tmux starts. It displays helpful information related to the current tmux session, as well as general system information. By default, the status line...

read more
Everything you need to know about tmux – Configuration

Everything you need to know about tmux – Configuration

One of the beauties of tmux is its simplicity, in terms of configuration, right out-of-the-box. By default, tmux is fully functional and requires zero-configuration. However, most users eventually break away from the default settings and will begin to adjust and tweak...

read more
Everything you need to know about tmux – Panes

Everything you need to know about tmux – Panes

What are tmux Panes?A tmux pane is the entity that we actually use to run commands, scripts, and processes, such as ssh, backup, vim, htop, and what have you. Technically, they are pseudoterminals  encapsulating shells, like Zsh or Bash. In other words, they are...

read more
Everything you need to know about tmux – Windows

Everything you need to know about tmux – Windows

What are tmux Windows? tmux window is the entity that holds panes and resides within the tmux session. Think of a window in tmux as a tab in your notebook. Tabs (windows) help organize your work and group your individual pages (panes) based on some topic of your...

read more
Everything you need to know about tmux – Introduction

Everything you need to know about tmux – Introduction

Why use tmux?tmux is a productivity tool for the terminal. It is a powerful utility that empowers terminal users to strike a fine-balance between multitasking and organization. While some gui terminals attempt to addess this challenge with splitting, tabs, and what...

read more
How to install zsh on ArcoLinux(D) tips tricks and theming

How to install zsh on ArcoLinux(D) tips tricks and theming

Zsh is an alternative to bash. Check out the Arch wiki first. We have a script to install zsh. But not only zsh also other features that are need to have like zsh-completions oh-my-zsh zsh-syntax-hightlighting Command not found has been abandoned in Feb 2018. You will...

read more
Using pywall and transparency in Bspwm in urxvt terminal

Using pywall and transparency in Bspwm in urxvt terminal

When working on BSPWM and using URxvt as terminal and using python-pywal to color your terminal content THAN you need to change two lines in .Xresources From this !URxvt*transparent: true !URxvt*shading: 30 to this URxvt*transparent: true URxvt*shading: 30

read more
How to make the bash prompt sexy – any desktop

How to make the bash prompt sexy – any desktop

Changing the bash prompt can be done in your .bashrc in your home directory. It is a hidden file (hence the .) so press CTRL + H to see it. Then open it with your text editor. You need to look for PS1. That will define the look of your bash prompt. There are so many...

read more
How to install powerline to pimp your system

How to install powerline to pimp your system

If you google "linux powerline" and ask for images you will see lots of examples what can be achieved. We need first to install it and then look for a nice config. Installation of powerline. sudo pacman -S powerline powerline-fonts Open your .bashr and put this code...

read more