Skip to content

Environment configurations for debian-based linux distributions

Notifications You must be signed in to change notification settings

marktheo/linux-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Configuring the environment

Ensure your operating system is up to date

sudo apt update && sudo apt upgrade

Install the recommended packages

sudo apt install neofetch micro curl git

Install the code server (optional)

curl -fsSL https://code-server.dev/install.sh | sh

Configure the code server password: .config/code-server/config.yaml


Change micro exit command

"Ctrl-x": "Quit"

Configure the micro bindings: .config/micro/bindings.json


Add aliases to bash terminal shell

alias ls="ls -1"
alias la="ls -1A"

alias clr="clear"
alias clh=":>~/.bash_history && history -c && clear"

alias neo="neofetch"
alias mco="micro"

About

Environment configurations for debian-based linux distributions

Topics

Resources

Stars

Watchers

Forks