Skip to content

Latest commit

 

History

History
51 lines (47 loc) · 1.12 KB

README.md

File metadata and controls

51 lines (47 loc) · 1.12 KB

Config Files

This repo contains all the dotfiles of the programs I use.

Packages

Here's a list of packages (from the standard arch repos and from the AUR as well) that contains (some of) the things that I use:

  1. Desktop:
    • polybar
    • picom
    • xorg
    • xorg-xinit
    • xclip
    • arandr
    • i3-gaps
    • rofi
    • nitrogen
    • libnotify
    • dunst
    • network-manager-applet
    • blugon
  2. Fonts:
    • ttc-iosevka
    • iosevka-nerd
    • noto-fonts
    • noto-fonts-cjk
    • noto-fonts-emoji
  3. Performance (for Turbo Boost):
    • turbostat
    • cpupower
    • cpupower-gui
  4. Development and other:
    • alacritty
    • zsh
    • base
    • base-devel
    • git
    • ripgrep
    • fzf

Neovim

The plugin manager I use is packer, so that needs to be installed in order to have the plugins work:

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

TODO:

  • Make the install.sh script
  • Configure dunst
  • Tmux underline in Neovim