skylineone044 / dotfiles

My dotfiles for: zsh (with Oh-My-Zsh), neovim, tmux, and others

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dotfiles

My dotfiles for: zsh (with Oh-My-Zsh), vim and tmux, but here are my settings for konsole(with fonts and all) and latte-dock aswell.

installation

cd $HOME
mkdir Projects
cd Projects/
sudo pacman -S git
git clone https://gitlab.com/skylineone044/dotfiles
cd dotfiles
chmod +x *.sh
bash setup.sh

or to also install extras use

cd $HOME
mkdir Projects
cd Projects/
sudo pacman -S git
git clone https://gitlab.com/skylineone044/dotfiles
cd dotfiles
chmod +x *.sh
bash setup.sh --install-extras

neovim color scheme is at https://github.com/skylineone044/nvim-highlite the setup script automatically installs it as well

Screenshot

nvim, and a couple terminals

About

My dotfiles for: zsh (with Oh-My-Zsh), neovim, tmux, and others


Languages

Language:Shell 42.6%Language:Latte 34.9%Language:Vim Script 20.3%Language:Lua 2.2%