Add your personal aliases to fish the smart way

Add your personal aliases to fish the smart way

Since we always use skel to copy/paste the files from /etc/skel to your home directory, the config.fish is overwritten every time. We have included the following lines to the config.fish. There are more possibilities. # Aliasesif [ -f $HOME/.config/fish/alias.fish...

Add your personal aliases to zsh the smart way

Add your personal aliases to zsh the smart way

Since we always use skel to copy/paste the files from /etc/skel to your home directory, the .zshrc is overwritten every time. We have included the following lines to the .bashrc. [[ -f ~/.zshrc-personal ]] && . ~/.zshrc-personal If you create a file on your...

Add your personal aliases to bashrc the smart way

Add your personal aliases to bashrc the smart way

Since we always use skel to copy/paste the files from /etc/skel to your home directory, the bashrc is overwritten every time. We have now included the following lines to the .bashrc. [[ -f ~/.bashrc-personal ]] && . ~/.bashrc-personal If you create a file on...

How to get the logo of ArcoLinux back in neofetch/termite

How to get the logo of ArcoLinux back in neofetch/termite

Update of 27 December 2018 Neofetch is an application to have an overview of the most important settings. You can either have an ASCII look or an IMAGE look.After the update and the skel to copy/paste the new configs to your home directory, there should be only two...

Use bupskel to compare the ArcoLinux updates coming in

Use bupskel to compare the ArcoLinux updates coming in

We have created a new alias - bupskel. In ArcoLinux we put our configurations inside /etc/skel. Everything we put in this folder will be added to your home directory when we create a new iso. Bupskel will copy the content of /etc/skel to a hidden folder in your home...

The terminal is going to be our best friend

The terminal is going to be our best friend

This applies to all desktop environments.  ArchMerge chooses Termite as the standard terminal. You can change that preference via Preferred Applications in the menu or looking for the application : exo-preferred-applications. Our terminal is going to be our best...