Skip to content

Instantly share code, notes, and snippets.

View ogranadatfx's full-sized avatar
😁

ogranadatfx

😁
View GitHub Profile
bind r source-file ~/.tmux.conf
# Enable mouse control (clickable windows, panes, resizable panes)
# If you use tmux < 2.1 use next lines:
# set -g mouse-select-window on
# set -g mouse-select-pane on
# set -g mouse-resize-pane on
# else
set -g mouse on
add_newline = false
command_timeout = 2000
# Replace the "❯" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
# Disable the package module, hiding it from the prompt completely
# [package]
# disabled = true
# https://hub.docker.com/repository/docker/aleleba/code-server
FROM codercom/code-server:3.12.0
RUN sudo apt-get update
#Instalando Node.js
RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
RUN sudo apt -y install nodejs
#Terminando de Instalar Node.js