Skip to content

asfung/configuration

Repository files navigation

Preview

Border Off

Border On

Bar,Compositor,Tiling Window Manager, Fonts, Etc

Lock Preview

Tmux Preview

*tpm required*

Requirement for Tmux

Neovim setup here

Click Here

Requirements for Nvim Setup

Getting Started Nvim Setup

Linux

# get bash script the setup file by url
$ wget https://raw.githubusercontent.com/asfung/configuration/main/setup_nvim.sh
# give it access super permission 
$ chmod +x setup_nvim.sh
# execute the setup file
$ ./setup_nvim.sh # Recommended using with superuser
# Run nvim and wait for the plugins to be installed.
$ nvim 

Windows (Powershell)

# get the powershell script setup file by url
Invoke-WebRequest -Uri https://raw.githubusercontent.com/asfung/configuration/main/setup_nvim_windows.ps1 -OutFile setup_nvim_windows.ps1

# execute the setup script with
powershell -ExecutionPolicy Bypass -File .\nvim_setup.ps1

# Run nvim and wait til the plugins being installed.
nvim 

have fun code ;)

Paung@15/10/24