Skip to content

shawal-mbalire/root_home_shawal

Repository files navigation

My Linux Configuration.

Accepting this configuratoin on a new install

checking file usage

du --all --human-readable --threshold 1G
git clone https://github.com/shawal-mbalire/root_home_shawal
rsync -avhu --progress root_home_shawal ~

installing auth agent

sudo dnf install lxpolkit

twin gate

Installation

The following command will download and install the Linux Client on any supported Linux distribution.

curl -s https://binaries.twingate.com/client/linux/install.sh | sudo bash

Headless Mode is available for server, services, or container instances.

Setup

Once installation completes, you need to configure the Linux Client by running the following command:

sudo twingate setup

installing nerdfonts

on arch

yay -S ttf-hack-nerd

on fedora

sudo dnf copr enable zawertun/hack-fonts
sudo dnf install hack-fonts

install otf-font-awesome on fedora.. don't know when it was installed

curl -OL https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz

hyprland

yay -Syyu hyprland-git wofi drun

Nvim packer

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

for fedora

sudo dnf install lua lua-devel luarocks go lua5.1
wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz
tar zxpf luarocks-3.11.1.tar.gz
cd luarocks-3.11.1
./configure && make && sudo make install
sudo luarocks install luasocket
lua

on fedora obsidian is a snap

Vim plug

vim

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

nvim

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs   https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

waybar bluetooth and nmtui support

install blueman and nmtui suprisingly this blueman installs sway controlcenter if only there was something like this for hyprland instead of different prgrams

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published