Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install sublime text manjaro

// install sublime text on manjaro

//Install the GPG key:

curl -O https://download.sublimetext.com/sublimehq-pub.gpg && sudo pacman-key --add sublimehq-pub.gpg && sudo pacman-key --lsign-key 8A8F901A && rm sublimehq-pub.gpg

// Select the channel to use:

// Stable

    echo -e "
[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64" | sudo tee -a /etc/pacman.conf

// Dev

    echo -e "
[sublime-text]
Server = https://download.sublimetext.com/arch/dev/x86_64" | sudo tee -a /etc/pacman.conf

// Update pacman and install Sublime Text

sudo pacman -Syu sublime-text

Comment

PREVIOUS NEXT
Code Example
Shell :: apt-get update 
Shell :: could not connect to development server 
Shell :: diretcory size linux 
Shell :: reboot into bios linux 
Shell :: generate service ionic 
Shell :: install jupyterlab with namba 
Shell :: check if mongodb is installed 
Shell :: bash get width of terminal 
Shell :: powershell check if elevated 
Shell :: nginx cors 
Shell :: git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain 
Shell :: git show-branch tree command line 
Shell :: check if kubernetes is running 
Shell :: install wheel 
Shell :: docker pull image and rename it 
Shell :: pulseeffects ubuntu 
Shell :: debian install vim 
Shell :: zsh: courpt historyfile 
Shell :: install nodeos as service linux 
Shell :: ubuntu install opencl 
Shell :: mkv to mp4 linux 
Shell :: kill port in mac 
Shell :: kill processes on port 80 
Shell :: uninstall pm2 
Shell :: git reset keep changes 
Shell :: install rabbitmq on ubuntu 18.04 
Shell :: docker post installation steps 
Shell :: list available/configured AWS CLI profiles 
Shell :: run docker redis localhost 
Shell :: how download google drive file with wget 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =