Skip to content

Instantly share code, notes, and snippets.

View rasnesakam's full-sized avatar
🏠
Working from home

Ensar Makas rasnesakam

🏠
Working from home
View GitHub Profile
@rasnesakam
rasnesakam / vscinstall
Created September 30, 2023 11:13
Install Visual Studio Code automatically
#!/bin/bash
repo_link="https://code.visualstudio.com/sha/download?build=stable&os=linux-x64"
out_folder="$HOME/lib/vscode"
out_file="$out_folder/vs_code.tar.gz"
vs_code_bin="$out_folder/VSCode-linux-x64/bin"
if [[ ! -d $outfile ]]
then
@rasnesakam
rasnesakam / init.vim
Created December 19, 2022 07:58
Neovim Configuration File
:set number
":set relativenumber
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set smarttab
:set softtabstop=4
:set mouse=a
call plug#begin()
Basic
=====
[Shift]+[Mod]+[Enter] - launch terminal.
[Mod]+[b] - show/hide bar.
[Mod]+[p] - dmenu for running programs like the x-www-browser.
[Mod]+[Enter] - push acive window from stack to master, or pulls last used window from stack onto master.
[Mod] + [j / k] - focus on next/previous window in current tag.