mkdir ~/Projects
mkdir ~/Projects/Code
mkdir ~/Pics
mkdir ~/.pix
mkdir ~/.pix/wall
mkdir ~/.walls
mkdir ~/.mpr
mkdir ~/Documents/roam
mkdir ~/Documents/gtd
cd ~/Projects/Code
git clone https://gitlab.com/only_vip/dopedots.git
sudo aptitude remove vim-tiny vim-common asunder bluetooth clementine simple-scan gscan2pdf hexchat lbreakout2 gnome-mahjongg mc mc-data nomacs nomacs-l10n thunderbird transmission-gtk transmission-common xfburn gthumb
sudo aptitude install fonts-noto-color-emoji fonts-noto-color-emoji fonts-symbola node-emojis-list ttf-ancient-fonts-symbola fonts-fork-awesome fonts-powerline fonts-roboto fonts-roboto-fontface fonts-ubuntu ttf-ubuntu-font-family fonts-font-awesome fonts-fork-awesome fonts-material-design-icons-iconfont
sudo aptitude install vim cmake lxappearance fzf w3m w3m-img lolcat arandr nitrogen sxiv mpv x11-utils mpd mpc ncmpcpp pylint dmenu netcat jq ffmpeg caca-utils chafa libsixel1 flameshot libsixel-bin qbittorrent uget network-manager git curl wget tree libreadline-dev xattr zathura zathura-cb zathura-djvu zathura-pdf-poppler zathura-ps python3-setuptools python3-dev python3-pip atool rar moc mediainfo exiftool odt2txt rtorrent python3-wheel python3-docopt tmux python3-ueberzug ripgrep fd-find eyed3 python3-pylast lxpolkit dvisvgm roxterm atomicparsley ncat emacs emacs-gtk i3lock i3lock-fancy libtool-bin klavaro fonts-materialdesignicons-webfont gftp
sudo apt install texlive-full
git clone https://github.com/onlyvip/tabbed-flexipatch.git cd tabbed-flexipatch sudo make install
sudo aptitude install zzzfm
Setup MPR
wget -qO - 'https://proget.hunterwittenborn.com/debian-feeds/makedeb.pub' | \ gpg --dearmor | \ sudo tee /usr/share/keyrings/makedeb-archive-keyring.gpg &> /dev/null
echo 'deb [signed-by=/usr/share/keyrings/makedeb-archive-keyring.gpg arch=all] https://proget.hunterwittenborn.com/ makedeb main' | \ sudo tee /etc/apt/sources.list.d/makedeb.list
sudo apt update && sudo apt install makedeb
cd ~/.gitall git clone https://mpr.hunterwittenborn.com/tap.git cd tap makedeb -si sudo tap update
Optional prebuilt-mpr similar to chaotic aur for mpr
ADD dependencies,
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
add gpg key
curl -1sLf 'https://dl.cloudsmith.io/public/prebuiltmpr/prebuiltmpr/gpg.96BF50280AB09218.key' | sudo apt-key add -
add repo
curl -1sLf 'https://dl.cloudsmith.io/public/prebuiltmpr/prebuiltmpr/config.deb.txt?distro=debian&codename=bullseye' | sudo tee /etc/apt/sources.list.d/prebuiltmpr.list
sudo tap install libptytty-bin && sudo tap install bat-cat-bin exa-bin picom-git dunst foot-bin neofetch-git neovim-git nerd-fonts-victor-mono ntfd rofi rxvt-unicode-256color shell-color-scripts nerd-fonts-jetbrains-mono ttf-weather-icons-bin ungoogled-chromium-linchrome-bin yt-dlp-bin ytfzf polybar bspwm-git bsptab-git sxhkd-git lemonbar-xft-git starship-bin
sudo tap install rl-custom-function-git reproc && sudo tap install fzf-tab-completion-git st-siduck76-git lite-xl polybar urxvt-config-git compix-git koreader-bin i3-gaps-git awesome-git projectlibre-bin siji-git cbonsai-git zentile-bin ntfd nerd-fonts-ricty nnn-git tdrop-git bsptab-git zotero && sudo tap instal epy-git castero-git mangohud chadwm-git pokemonsay-newgenerations-git micro-git xfwm-effects musikcube-bin rum-bin lossless-cut-bin
sudo tap install compton-tryone-git or sudo tap instal picom-git or sudo tap install picom-jonaburg-fix-git or sudo tap install compix-git
pip3 install pywal colorz
fc-cache -frv
Get digestif
~/.scripts/digestif
Use the scripts to install the latest version directly from their github repo (independently of your distro):
wget -qO- https://git.io/papirus-icon-theme-install | sh
wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.icons" sh
wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.local/share/icons" sh
wget -qO- https://git.io/papirus-icon-theme-install | env DESTDIR="/usr/local/share/icons" sh
wget -qO- https://git.io/papirus-icon-theme-uninstall | sh
Use the script to install the latest version directly from their github repo (independently on your distro):
Install
wget -qO- https://git.io/papirus-folders-install | sh
wget -qO- https://git.io/papirus-folders-install | env PREFIX=/usr/local sh
wget -qO- https://git.io/papirus-folders-install | env uninstall=true sh
run
crontab -e
Enter following command at the end
*/30 * * * * DISPLAY=:0 ~/.local/bin/wal -a "50" --backend colorz -i $(find ~/.wals/* | shuf | head -n 1)
Change the ~/.config/polybar/config module-right to include the weather module.
make a symlink of the tmux config
ln -s -f ~/.tmux/.tmux.conf ~/.tmux.conf
NOTE: Change monitor in .config/polybar/config file to your monitor name. find it by running xrandr in a terminal. otherwise polybar wont work
NOTE: if urxvt is built with 256color enabled then change xresources file as well.
open vim and run
:PlugInstall
run,
emacs --daemon
mkdir ~/git-src cd ~/git-src
sudo apt install gtk-doc-tools valac libgirepository1.0-dev libgtk-3-dev libgnutls28-dev intltool libxml2-utils gperf
git clone https://github.com/thestinger/vte-ng.git
cd vte-ng
git cherry-pick 53690d5c
./autogen.sh
make
sudo make install
cd ~/git-src git clone –recursive https://github.com/thestinger/termite.git cd termite make sudo make install
cd ~/git-src/vte-ng sudo make uninstall
for saner working of termite
wget https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo tic -x termite.terminfo