All Projects → keystroke3 → dotfiles

keystroke3 / dotfiles

Licence: other
My Linux settings and configs

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
Vim Script
2826 projects
lua
6591 projects

Projects that are alternatives of or similar to dotfiles

bspwm-config
Green themed bspwm configuration for ricing lovers
Stars: ✭ 19 (-42.42%)
Mutual labels:  sxhkd, rofi, bspwm, polybar, bspwmrc
dotfiles
My dotfiles
Stars: ✭ 204 (+518.18%)
Mutual labels:  sxhkd, rofi, bspwm, polybar, kitty
dotstow
dotfiles managed with stow
Stars: ✭ 60 (+81.82%)
Mutual labels:  sxhkd, rofi, bspwm, polybar, bspwmrc
kali-config
Linux colorful dotfiles.
Stars: ✭ 40 (+21.21%)
Mutual labels:  sxhkd, rofi, bspwm, polybar
dotfiles
My dotfiles
Stars: ✭ 16 (-51.52%)
Mutual labels:  sxhkd, rofi, bspwm, polybar
dotfiles
no passwords here ... I hope 🤞
Stars: ✭ 51 (+54.55%)
Mutual labels:  sxhkd, rofi, bspwm, polybar
dotfiles
dotfiles of my linux setup
Stars: ✭ 25 (-24.24%)
Mutual labels:  zsh, ranger, bspwm, polybar
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+57.58%)
Mutual labels:  zsh, rofi, polybar, kitty
dotfiles
nvim, tmux, zsh, fzf, bspwm, suckless tools, and more!
Stars: ✭ 89 (+169.7%)
Mutual labels:  zsh, sxhkd, bspwm, polybar
linux-workspace
This is the greatest management of all time
Stars: ✭ 19 (-42.42%)
Mutual labels:  ranger, rofi, kitty
dotfiles
files that start . and makes my Linux box awesome.
Stars: ✭ 57 (+72.73%)
Mutual labels:  sxhkd, bspwm, polybar
Dotfiles
KDE Plasma for twm users.
Stars: ✭ 83 (+151.52%)
Mutual labels:  rofi, bspwm, polybar
dotfiles
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm
Stars: ✭ 17 (-48.48%)
Mutual labels:  zsh, ranger, rofi
blue-sky
A clean and blue BSPWM setup
Stars: ✭ 267 (+709.09%)
Mutual labels:  rofi, bspwm, polybar
dmenu-hotkeys
View for your hotkeys in rofi/dmenu style
Stars: ✭ 51 (+54.55%)
Mutual labels:  rofi, bspwm
dotfiles
My personal dotfiles repository
Stars: ✭ 36 (+9.09%)
Mutual labels:  ranger, polybar
arch-monochrome
My monochromatic rice for BSPWM on arch linux
Stars: ✭ 64 (+93.94%)
Mutual labels:  bspwm, polybar
i3wm-config
i3wm config files. Updated config files are in the repository below.
Stars: ✭ 13 (-60.61%)
Mutual labels:  rofi, polybar
dotfiles
⚫📁 Dotfiles
Stars: ✭ 23 (-30.3%)
Mutual labels:  rofi, polybar
dotfiles
configurations of various tools that I use everyday
Stars: ✭ 14 (-57.58%)
Mutual labels:  sxhkd, bspwm

Dotfiles

About

This repo contains my most frequently used config files. If you use the same programs as I do then they may be useful to you. Please make sure you read through the config files to know if they will be useful to you and what you may want to change.

Colorful Theme Desktop Colorful Theme

Stripes Theme Desktop Stripes Theme

Kitty/Prompt Kitty with Powerlevel10k themed prompt.

ranger

Prerequisites

Before you attempt to install these dots, you must first make sure your system is ready. Otherwise they may not work as intended.

Polybar

If you choose to use my polybar configs, you can find them in my Carousel Repo

Fonts

For a basic install, you will need to have Powerline and Font Awesome which will work fine for most of the symbols to be visible. There are however, some widgets in polybar that will not load properly and I would highly recommend getting the Nerd Fonts and Noto Fonts packages. For polybar specifically, the necessary fonts are UbuntuMono Nerd and Noto Fonts Symbols. These can be installed individually or as part of the previously mentioned packages.

Colors

Colors are not that important to get right and you can go with whatever color scheme you wish. To manage and control colors I use a Pywal. This program can be used to generate colors schemes and palettes which can the be integrated into other programs like terminals and Polybar. It is not a must you use it, but if you want a consistent color scheme throughout your setup, it is recommended to use it.

Shell

I had used Bash since I began using Linux, and had been told many great things about Zsh. After using it I can now say that I am a firm believer in Zsh. If you are still using Bash, you can use the bash files that I have here, but keep in mind that the screenshots you see are all with Zsh. The outcome will therefor not look exactly the same. For my Zsh install I use Oh-My-Zsh to manage my configuration. Visit their Wiki to find out how to use it. To get the prompt bling, you will need a theme called Powerlevel10k. This is a reimplementation of the Powerlevel9k theme with a few additions to it. You can view their respective Wikis to find out how to install them. If you already have 9k, you can just "upgrade" to 10k:

For Powerlevel9k users
If you've been using Powerlevel9k before, do not remove the configuration options. Powerlevel10k will pick them up and provide you with the same prompt UI you are used to. Powerlevel10k recognized all configuration options used by Powerlevel9k. See Powerlevel9k configuration guide. To go beyond the functionality of Powerlevel9k, type p10k configure and explore the unique styles and features Powerlevel10k has to offer. You can further customize your prompt by editing ~/.p10k.zsh.

Vim

There's nothing much going on with Vim. The only extra thing you need Plugged. This will allow you to get the plugins that are in .vimrc. I am not using Powerline status here but vim-airline instead.

Icons

You may notice that file names have been prepended by small icons. This does not come by default to get the icons, you will need to use a tool called lsd which is a replacement for the traditional ls command. You can find out about how to install and use it in the here

Installation

If you have all things set up correctly, you can start copying the files. First, clone the repo:
git clone https://github.com/keystroke3/dotfiles.git
After cloning, you can copy the files to their respective locations and then logout and log back in to apply changes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].