SD-13 / linux-configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My all Linux configs

Note All the settings are done in Fedora 36 GNOME by installing

for guassian blur convert 2022-06-10-14-28-37-forest.jpg -blur 0x25 lock-forest.png

sudo dnf install @i3
sudo dnf install i3-gaps
  • i3
  • neovim
  • vim
  • rofi
  • polybar
  • picom
  • alacritty

https://github.com/adi1090x/polybar-themes

NOTE Before running ./install.sh do make backups

to make the capslock to esc

Notes

vi /etc/X11/xorg.conf.d/00-keyboard.conf

localectl set-x11-keymap in '' '' caps:escape_shifted_capslock
# for the fonts install the required ones
cd ~/.local/share/fonts && curl -fLO https://github.com/ryanoasis/nerd-fonts/raw/HEAD/patched-fonts/DroidSansMono/DroidSansMNerdFont-Regular.otf
git clone https://github.com/ronniedroid/getnf.git
cd getnf
chmod +x ./install.sh
./install.sh

# install lates firacode as well

fc-cache -f -v
.config/fontconfig/fonts.conf
sudo dnf install -y autoconf automake cairo-devel fontconfig gcc libev-de
vel libjpeg-turbo-devel libXinerama libxkbcommon-devel libxkbcommon-x11-devel li
bXrandr pam-devel pkgconf xcb-util-image-devel xcb-util-xrm-devel

git clone https://github.com/Raymo111/i3lock-color.git\ncd i3lock-color
./build.sh
./install-i3lock-color.sh

betterlockscreen -u ~/.config/i3/images/bg_6.jpg

About


Languages

Language:Lua 68.0%Language:Shell 31.2%Language:Vim Script 0.8%