These be all my config files. WIP
A tiling window manager for Linux distros.
A dmenu replacement, for launching programs.
A highly customizable and extensible status bar.
Vim but better
Terminal emulator
Terminal emulator
The following steps in this setup will assume a Debian based OS. Proceed accordingly.
You may have to periodically source your .zshrc file
$ source .zshrcsudo apt install curl git zshThis will do the following
1. Install OhMyZsh
2. Change the current shell from Bash to Zsh
3. Move the .zshrc configuration file to the home directory
4. Install the kitty terminal
5. Install neovim
6. Move configuration files to their respective directories
sudo is needed for snap install
$ chmod +x install.sh && sudo ./install.shRun the following command and then add the .pub key to respective git remote
$ ssh-keygen -t ed25519 -C "your_email@example.com"- Follow the instructions here
- Follow the instructions here
- Source your
.zshrcfile nvm install nodewill install the latest stable release of NodeJS and npm