sudo apt update && sudo apt install git curl build-essential makeA terminal Text editor
vim-plugas plugin manager- environment for
candcppprojects coc-nvimfor auto-completion- ...
...
i3 is a light and powerful tiling window manager.
I am using i3-gaps a fork from i3
- Custom Keybindings for Productivity:
- Launch applications like Terminal,
Rofi, and various others with simple key combinations. - Control multimedia (volume, brightness) and system functions (lock screen, sleep) with dedicated keybindings.
- Launch applications like Terminal,
- Workspace and Window Management:
- Easily switch between and manage work-spaces .
- Resize, move, and focus windows efficiently using window key.
- Visual and System Enhancements:
Picomfor window compositing with custom configuration.- Custom colors and gaps for a tailored look and feel.
- Auto-start utilities for enhanced system functionality
- Custom bash scripts
Note Fee free to change these configurations as suits you
Oh my bash is a tool for managing bash configuration
# install oh-my-bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)"
# copy the oh-my-bash config file to .config
cp -r oh-my-bash/ .config
# copy the bashrc file to your home dir
cp -r .bashrc .
# update the path of oh-my-bash in the .bashrc configuration
export OSH="home_dir_path/.config/oh-my-bash";
# source the .bashrc
source .bashrcNote Fee free to change the configurations as suits you
Kitty is a terminal
sudo apt install kitty
# copy the kitty config file to ./config
cp -r kitty .config/ Note Fee free to change the configurations as suits you
cp -r tmux/.* ~/ - install plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
git clone https://github.com/tmux-plugins/tmux-sensible ~/.tmux/plugins/tmux-sensible
git clone https://github.com/christoomey/vim-tmux-navigator ~/.tmux/plugins/vim-tmux-navigatorRanger is a terminal file manager.
sudo apt install ranger
# copy the ranger config file to ./config
cp -r ranger .config Note Fee free to change the configurations as suits you
Brave Browser: My browser has a built-in Tor and Add blockerqbitorrent: Downloads Torrent linkstldr: A command line tool that helps trouble shoot some command linesviu: view images on terminal (I needcargo a rust package management) viumdcat: Pretty prints.mdfiles on terminalfzf: Search for files and directoryObsidian: My note taking app
sudo snap install obsidian --classic
sudo apt install fzf mdcat tldr qbittorrent

