2020-01-11 22:04:45 +01:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
2022-05-09 10:05:23 +02:00
<!-- 2022 - 05 - 09 lun. 10:04 -->
2020-01-11 22:04:45 +01:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< title > Dotfiles - Manjaro Linux< / title >
< meta name = "author" content = "Dehaeze Thomas" / >
2021-04-25 19:10:57 +02:00
< meta name = "generator" content = "Org Mode" / >
2021-01-01 20:12:34 +01:00
< link rel = "stylesheet" type = "text/css" href = "./dist/style.css" / >
< script type = "text/javascript" src = "./dist/script.js" > < / script >
2021-01-03 22:52:53 +01:00
< style > # content { margin : auto ; } < / style >
2020-01-11 22:04:45 +01:00
< / head >
< body >
< div id = "org-div-home-and-up" >
< a accesskey = "h" href = "./index.html" > UP < / a >
|
< a accesskey = "H" href = "./index.html" > HOME < / a >
2022-05-09 10:05:23 +02:00
< / div > < div id = "content" class = "content" >
2020-01-11 22:04:45 +01:00
< h1 class = "title" > Dotfiles - Manjaro Linux< / h1 >
2020-01-12 00:19:16 +01:00
< p >
2021-01-03 22:52:53 +01:00
The general installation procedure is described < a href = "install.html" > here< / a > .
2020-01-12 00:19:16 +01:00
< / p >
2020-03-19 10:46:47 +01:00
2021-01-03 22:52:53 +01:00
< p >
There are Specific configuration files for:
< / p >
2020-01-12 00:19:16 +01:00
< ul class = "org-ul" >
2020-03-19 10:46:47 +01:00
< li > < b > Windows Manager< / b > : < a href = "bspwm.html" > BSPWM< / a > and < a href = "i3.html" > I3< / a > < / li >
< li > < b > Hotkey Manager< / b > : < a href = "sxhkd.html" > SXHKD< / a > < / li >
< li > < b > Status Bar< / b > : < a href = "polybar.html" > Polybar< / a > < / li >
< li > < b > Launcher< / b > : < a href = "rofi.html" > Rofi< / a > < / li >
< li > < b > Compositor< / b > : < a href = "compositor.html" > Picom< / a > < / li >
< li > < b > Notification Manager< / b > : < a href = "notifications.html" > Dunst< / a > < / li >
< li > < b > Service Manager< / b > : < a href = "systemd.html" > Systemd< / a > < / li >
2021-01-03 22:52:53 +01:00
< li > < b > Display Server< / b > : < a href = "xconfig.html" > Xorg< / a > < / li >
< li > < b > Editors< / b > : < a href = "vim.html" > Neovim< / a > and < a href = "./doom.html" > Emacs (Doom)< / a > (< a href = "emacs-library-babel.html" > library of babel< / a > , < a href = "emacs-snippets.html" > snippets< / a > )< / li >
< li > < b > Shell< / b > : < a href = "bash.html" > Bash< / a > < / li >
2021-10-25 14:37:10 +02:00
< li > < b > Terminal Emulator< / b > : < a href = "alacritty.html" > Alacritty< / a > < / li >
2021-01-03 22:54:40 +01:00
< li > < b > Terminal Multiplexer< / b > < a href = "tmux.html" > Tmux< / a > < / li >
< li > < b > Image Setup< / b > : < a href = "image.html" > Sxiv< / a > < / li >
< li > < b > Music Setup< / b > : < a href = "music.html" > Ncmpcpp, Mopidy and Beets< / a > < / li >
< li > < b > Video Setup< / b > : < a href = "video.html" > Mpv< / a > < / li >
2021-01-03 22:52:53 +01:00
< li > < b > Web Browser< / b > : < a href = "qutebrowser.html" > Qutebrowser< / a > < / li >
< li > < b > PDF Reader< / b > : < a href = "zathura.html" > Zathura< / a > < / li >
2021-01-03 22:54:40 +01:00
< li > < b > GUI File Manager< / b > : < a href = "pcmanfm.html" > PCManFM< / a > < / li >
2021-01-03 22:52:53 +01:00
< li > < b > Terminal File Manager< / b > : < a href = "ranger.html" > Ranger< / a > < / li >
2021-04-25 19:10:57 +02:00
< li > < b > Calendar and Contacts< / b > : < a href = "calendar-contact.html" > Vdirsyncer, Khal and Khard< / a > < / li >
2021-01-03 22:52:53 +01:00
< li > < b > Mails< / b > : < a href = "mail.html" > Mbsync, Msmtp, Mu and Neomutt< / a > < / li >
< li > < b > RSS-Reader< / b > : < a href = "newsboat.html" > Newsboat< / a > < / li >
< li > < b > Version Control< / b > : < a href = "git.html" > Git< / a > < / li >
< li > < b > Scripts< / b > : < a href = "binaries.html" > Scripts< / a > < / li >
< li > < b > Desktop Applications< / b > : < a href = "applications.html" > .desktop files< / a > < / li >
< li > < b > Computation< / b > : < a href = "matlab.html" > Matlab< / a > < / li >
< li > < b > GUI Toolkit< / b > : < a href = "gtk.html" > GTK< / a > < / li >
2021-01-03 22:56:34 +01:00
< li > < a href = "config.html" > Other Configurations< / a > and some < a href = "data.html" > data< / a > < / li >
2020-01-12 00:19:16 +01:00
< / ul >
2021-01-03 22:54:40 +01:00
< p >
2021-01-08 01:43:48 +01:00
I also have:
2021-01-03 22:54:40 +01:00
< / p >
2021-01-08 01:43:48 +01:00
< ul class = "org-ul" >
2021-10-25 14:37:10 +02:00
< li > a nice Home-Server (< a href = "homelab.html" > conf< / a > )< / li >
2021-04-25 19:10:57 +02:00
< li > a Linux smart-TV (< a href = "smart-tv.html" > conf< / a > )< / li >
2021-01-08 01:43:48 +01:00
< li > a Windows PC that I occasionally use (< a href = "windows.html" > conf< / a > )< / li >
< li > an Android phone (< a href = "android.html" > conf< / a > )< / li >
< / ul >
2020-01-12 00:19:16 +01:00
< / div >
2020-01-11 22:04:45 +01:00
< / body >
< / html >