Skip to content

d1namo/MyDotfiles

 
 

Repository files navigation

████████▄   ▄██████▄      ███        ▄████████  ▄█   ▄█          ▄████████    ▄████████ 
███   ▀███ ███    ███ ▀█████████▄   ███    ███ ███  ███         ███    ███   ███    ███ 
███    ███ ███    ███    ▀███▀▀██   ███    █▀  ███▌ ███         ███    █▀    ███    █▀  
███    ███ ███    ███     ███   ▀  ▄███▄▄▄     ███▌ ███        ▄███▄▄▄       ███        
███    ███ ███    ███     ███     ▀▀███▀▀▀     ███▌ ███       ▀▀███▀▀▀     ▀███████████ 
███    ███ ███    ███     ███       ███        ███  ███         ███    █▄           ███ 
███   ▄███ ███    ███     ███       ███        ███  ███▌    ▄   ███    ███    ▄█    ███ 
████████▀   ▀██████▀     ▄████▀     ███        █▀   █████▄▄██   ██████████  ▄████████▀  
                                                    ▀                                   
𝓢𝓸𝓶𝓮 𝓼𝓮𝓽𝓽𝓲𝓷𝓰𝓼 𝓯𝓸𝓻 𝓲3, 𝓐𝔀𝓮𝓼𝓸𝓶𝓮, 𝓜𝓸𝓷𝓼𝓽𝓮𝓻, 𝓑𝓼𝓹𝔀𝓶 𝓪𝓷𝓭 𝓼𝓮𝓿𝓮𝓻𝓪𝓵 𝓼𝓬𝓻𝓲𝓹𝓽𝓼.

dotfiles

For more screenshots of my system.

See some screenshot of these customizations.

I3wm I3

Awesomewm Awesome

Monsterwm Monster

Bspwm Bspwm

My script slideshow Slideshow

My Theme and Icons ThemeAndIcons

𝓨𝓸𝓾'𝓵𝓵 𝓯𝓲𝓷𝓭 𝓽𝓱𝓮𝓶 𝓲𝓷 .𝓽𝓱𝓮𝓶𝓮𝓼 𝓪𝓷𝓭 .𝓲𝓬𝓸𝓷𝓼

Installation and dependencies

For I3wm:

$ sudo pacman -S i3 lm_sensors mpc feh hddtemp nitrogen mpd ncmpcpp conky scrot zsh git
$ yaourt -S i3blocks ttf-inconsolata ttf-font-awesome ttf-dejavu terminus-font-ttf terminus-font dmenu2 lemonbar-git i3-gaps-git

For Awesomewm:

$ sudo pacman -S awesome lua conky git
$ mkdir ~/.config/awesome
$ cd ~/.config/awesome && rm -rf lain/
$ git clone https://github.com/copycat-killer/lain.git
$ cp rc.lua.holo rc.lua 
/// Example rc.lua.holo more there are others within the directory ~/.config/awesome only give cp rc.lua.theme rc.lua

For Monsterwm:

$ sudo pacman -S git conky
$ cd ~/.config/
$ git clone https://github.com/c00kiemon5ter/monsterwm.git
$ cd monsterwm
$ cp config.def.h config.h
$ nano config.h
$ make
$ sudo make clean install
/// To use the bar just run: conky -c ~/.config/monsterwm/bar

For Bspwm:

$ sudo pacman -S bspwm sxhkd lm_sensors mpc hddtemp nitrogen mpd ncmpcpp scrot git
$ yaourt -S yabar-git ttf-inconsolata ttf-font-awesome ttf-dejavu terminus-font-ttf terminus-font dmenu2
$ mkdir ~/.config/bspwm
$ cd ~/.config/bspwm
$ touch bspwmrc && nano bspwmrc ///Paste this = https://github.com/Sup3r-Us3r/MyDotfiles/blob/master/.config/bspwm/bspwmrc
$ sudo chmod +x bspwmrc
$ mkdir ~/.config/sxhkd
$ cd ~/.config/sxhkd
$ touch sxhkdrc && nano sxhkdrc ///Paste this = https://github.com/Sup3r-Us3r/MyDotfiles/blob/master/.config/sxhkd/sxhkdrc

Installation and configuration Mpd & Ncmpcpp

Mpd:

$ sudo pacman -S mpd
$ sudo systemctl stop mpd
$ sudo systemctl disable mpd
$ mkdir -p ~/.mpd/playlists
$ touch ~/.mpd/{mpd.db,mpd.log,mpd.pid,mpdstate}
$ nano ~/.mpd/mpd.conf
/// Paste this = http://pastebin.com/2AqeAtXU | But remember to replace "ghost" for your username and the directory of musics.

Ncmpcpp:

$ sudo pacman -S ncmpcpp
$ mkdir ~/.ncmpcpp
$ nano ~/.ncmpcpp/config
/// Paste this = http://pastebin.com/0QARNzKH

Controls

Key Description
1 List
2 List
3 List
4 List
6 List
8 Visualizer
space Change visualizer
= Clock
z Random Music
p Pause/Play
r Repeat mode on/off
enter Play Music

Note in English

I taught how to install, configure, and meet the general dependencies, it is you use my settings and replace the standards.

Note in Portuguese

Eu ensinei como instalar, configurar e satisfazer as dependências de modo geral, cabe você usar minhas configurações e substituir pelas padrões.

About

My system settings 📦

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.6%
  • Lua 15.3%
  • Shell 13.7%
  • Python 13.6%
  • C 10.1%
  • Roff 1.0%
  • Other 0.7%