Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

Packages used

  • WM: i3-gaps
  • Compositor: Picom (ibhagwan fork for the nice blur and rounded corners)
  • Polybar
  • Terminal: zsh + oh-my-zsh + p10k theme :: xfce terminal with nord color scheme
  • yadm for managing dotfiles (this repo)
  • Locking: betterlockscreen
  • Notifications: Dunst

Additional Info

  • Screen backlight is controlled with light
  • Volume is controlled with pactl
  • Media is controlled with playerctl (works with browser media as well!)
  • Bluetooth is handled by blueman
  • Screenshots with maim
  • PDF Reader: zathura (nord color config in .config/zathura/zathurarc)

TODO

  • Automatic screen configuration when external monitor connected (maybe something like autorandr?)

Additional Stuff for configuration

Set default application for audio/video playback (vlc in this case)

Audio

grep "^MimeType=" /usr/share/applications/vlc.desktop | cut -d "=" -f 2 | xargs -d ';' -n 1 | grep -e "^audio/" -e "^x-content/audio" | xargs -n 1 -I '{}' xdg-mime default vlc.desktop '{}'

Video

grep "^MimeType=" /usr/share/applications/vlc.desktop | cut -d "=" -f 2 | xargs -d ';' -n 1 | grep -e "^video/" -e "^x-content/video" | xargs -n 1 -I '{}' xdg-mime default vlc.desktop '{}'

VSCode Settings + Extensions (Using Settings Sync Extension)

https://gist.github.com/imnotteixeira/5e36083e638208af6a7050272d11f47c

Configure VSCode Terminal Font (Powerline)

git clone https://github.com/abertsch/Menlo-for-Powerline.git

cd Menlo-for-Powerline/

# Move font to fonts folder
sudo mv "Menlo for Powerline.ttf" /usr/share/fonts/

# Refresh fonts cache
sudo fc-cache -vf /usr/share/fonts/

In VSCode settings, change terminal font to "Menlo for Powerline"

dotfiles's People

Contributors

imnotteixeira avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.