towsifkafi / .config

My configuration dotfiles and personal preferences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dot Files

This repository contains important files from my ~/.config folder, which I share across my devices.

These configs are made for my devices. I've made them public for everyone, but please don't blindly use these configs, you might need to modify them for your use. Use them at your own risk!

🛟 Help - if i ever forget how to use these

scripts

Add this folder to path

fish_add_path $HOME/.config/scripts

fish

Install:

omf install bobthefish

rofi

  • custom/notes.sh:
    • Keybind: Super+n
    • Directory to put notes in: ~/notes
  • custom/prochot.sh:
    • Keybind: Super+~
  • custom/tmux.sh:
    • Keybind: Super+t

neovim

nano

.nanorc needs to be in the home directory, otherwise it won't work

ln -s $HOME/.config/nano/.nanorc $HOME/

tmux

Before using powerline:

pip install powerline-status

zellij

Alternative to tmux. Zellij plugins:


remote/**

Configs (slightly modified) for remote machines (SSH), or Terminal interaces.

About

My configuration dotfiles and personal preferences


Languages

Language:Shell 64.0%Language:Lua 20.1%Language:Vim Script 15.8%