KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
dots
โ 69
Open GitHub โ
My personal dotfiles for my linux system
Download README (.md)
Explore Similar Repositories
dotfiles
:
Traditional dotfiles โ a cherished reminder of my old Arch Linux days.
dotfiles
:
๐ป Dotfiles for zsh, vim, emacs, tmux, and bash. macOS things are out of date. Primary OS is Linux.
homesetup
:
The ultimate Terminal experience!
archConfig
:
These are my arch linux dotfiles
my-linux-setup
:
Here I store all the Linux dotfiles and installation stuff.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dots
?
Download (.md)
# Dependencies - picom - pamixer recommended - awesome git version - These are the fonts you need: FiraCode Nerd Font. Recommended `noto-fonts-cjk`. recommended: kitty or alacritty, neovim (with nvchad or your own config), blur and rounded corners in your picom config # Installation ```bash git clone https://github.com/lvoidi/dots ~/.config/awesome cd ~/.config/awesome # rubato submodule git submodule init git submodule update ``` # Configuration Change your variables con config/declarations.lua  Modify or add keybinds on config/keys.lua  Add rules on config/rules.lua  Change your color scheme inside theme.lua  Change your bar organization inside ui/bar/init.lua  ## Menu You can find the configuration for the menu in ui/widgets/menu.lua. To change your username and description, make use of the file theme.lua and modify `theme.username` and `theme.description`. If your menu doesn't fit the screen, reduce the font size of every single piece of text inside of it. A patch allowing screen scaling will come soon! ## It's screenshot time! Check screenshots folder!