sevketsayin / TerminalProfile

Personal Dot File, used in my current linux setup (ubuntu)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sushamae Terminal Profile

This is the current profile I use for my UNIX terminals. The terminal emulator I am currently using is kitty terminal and starship.

Prerequisites

Before using the scripts, I typically like to update, upgrade and install the necessary software.

# Update your software repositories.
sudo apt-get update
sudo apt-get upgrade -y

Installation

sudo ./install.sh

💤 LazyVim

I use LazyVim as my NeoVim configuration (One Dark Pro Themed).

If you want to don't use my configurations, you can skip this.

NOTE:

Backup your current NeoVim files if you want to keep your configurations.

# required
mv ~/.config/nvim ~/.config/nvim.bak

# optional but recommended
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak

Copy files to the nvim directory.

# Copy NeoVim Configurations
mkdir ~/.config/nvim
cp -r extras/nvim/* ~/.config/nvim

Source/References

Links to some of the resources I used:

Oh My Zsh! | NeoVim V0.9.0 | LazyVim Documentation | logo-ls | One Dark Pro | Nerd Font

About

Personal Dot File, used in my current linux setup (ubuntu)


Languages

Language:Shell 87.0%Language:C++ 12.4%Language:Lua 0.5%Language:Makefile 0.1%Language:Vim Script 0.0%