All Projects β†’ channel-42 β†’ Dotfiles

channel-42 / Dotfiles

My dotfiles for my Arch-Install(s)

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (+142.37%)
Mutual labels:  dotfiles, arch, i3
dots
πŸŒ€ my linux configuration
Stars: ✭ 66 (+11.86%)
Mutual labels:  dotfiles, arch, i3
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+1128.81%)
Mutual labels:  dotfiles, arch, i3
i3-dotfiles
My dotfiles used for i3 configuration
Stars: ✭ 20 (-66.1%)
Mutual labels:  dotfiles, i3
dotfiles
personal dotfiles with stow
Stars: ✭ 16 (-72.88%)
Mutual labels:  dotfiles, i3
dotfiles
A collection of dotfiles for i3, polybar and more.
Stars: ✭ 25 (-57.63%)
Mutual labels:  dotfiles, i3
dotfiles
no passwords here ... I hope 🀞
Stars: ✭ 51 (-13.56%)
Mutual labels:  dotfiles, arch
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-37.29%)
Mutual labels:  dotfiles, arch
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-76.27%)
Mutual labels:  dotfiles, i3
dotfiles
My dotfiles
Stars: ✭ 16 (-72.88%)
Mutual labels:  dotfiles, i3
Direwolf Arch Rice
🐺🍚 A guide to replicating my riced Arch Linux set-up.
Stars: ✭ 501 (+749.15%)
Mutual labels:  arch, i3
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (-11.86%)
Mutual labels:  dotfiles, i3
dotfiles
(Basically) Emacs... What else?
Stars: ✭ 40 (-32.2%)
Mutual labels:  dotfiles, arch
dotfiles
Dotfiles for my awesomewm/i3 Arch setup & neovim
Stars: ✭ 19 (-67.8%)
Mutual labels:  dotfiles, arch
dotfiles
my linux dotfiles
Stars: ✭ 16 (-72.88%)
Mutual labels:  dotfiles, i3
dotfiles
πŸ’» 🍚 πŸ”³ πŸ”² My riced-up Kali dotfiles – off-white | dark leet | chrome lambo
Stars: ✭ 55 (-6.78%)
Mutual labels:  dotfiles, i3
Awesome Dotfiles
Dotfiles for awesome people using the awesomewm linux environment
Stars: ✭ 409 (+593.22%)
Mutual labels:  dotfiles, arch
Dotfiles
Let's be honest: mostly Emacs.
Stars: ✭ 536 (+808.47%)
Mutual labels:  dotfiles, i3
dotfiles
There is no place like ~/
Stars: ✭ 19 (-67.8%)
Mutual labels:  dotfiles, i3
Dotfiles
A collection of my personal dotfiles
Stars: ✭ 345 (+484.75%)
Mutual labels:  dotfiles, i3

Channel_42's Dotfiles

alt text

These are the dotfiles of my main Arch-Machine. If you have any questions about anything, you can reach out to me on reddit u/Channel_42.

Contents

  1. About Me
  2. General Information
  3. Themes and Colorschemes
  4. Vim
  5. Firefox

About me

I'm a first semester automotive comp.sci. and mechatronics student from Germany whose also doing an apprenticeship in the field of automotive mechatronics. I started using Linux in September of 2019 and have been enjoying the amount of flexibilty the platform offers. My main distro of choice is Arch-Linux, which I run on both my laptop and my tower.

General Information

Here's a basic rundown of most of the software I use in my setup:

Category Name
WM bspwm (rounded corners fork)
Bar Polybar
Terminal Urxvt
Shell zsh with oh-my-zsh
Compositor compton (tryone fork)
Text Editor Vim (with vundle)
File Browser Ranger
Browser Firexfox
Music Player ncmpcpp
PDF-Viewer Zathura
Photo-Development Darktable
Wallpaper setter feh
Launcher Rofi

Themes and Colorschemes

I usually modify premade themes and colorschemes to fit my setup/taste.

Programme Theme Name Modified?
Terminal cloud yes
Vim shades of purple no
Rofi materia no
Firefox flying fox yes
oh-my-zsh bubblified yes

Vim

vim1 Vim is my goto text editor and over time I've added more and more features. Functionally it has all the features I need from an dev IDE, with the main difference being way less bloat than your typical IDE.

To make the most of my "selfmade IDE" I added some bindigs to execute scripts or launch plugins:

Binding Funtion
Shift+s compile current file
F4 open compiled file
F5 toggle NerdTree
F8 toggle tagbar
Ctrl+f toggle focus mode
Space toggle fold
Ctrl + space create docstring
Shift + c toggle syntax checking

vim2 Here you see (almost) all of the features of my vim setup in one screenshot. The file browser on the left is NerdTree. It uses vim bindings and can show/hide .files/.directories. The window on the right side is tagbar, which displays usefull information such as class properties and gives a general overview of your file.

vim3 This is the focus-mode that can be toggled with Ctrl+f. I recommend using it in fullscreen mode to minimize distraction.If you wish to disable the "block style" syntax highlight, remove all limelight mentions in the ToggleConding functionin the .vimrc.

Firefox

alt text

I use Firefox with a custom stylesheet (a pretty neat feature I didn't even know existed a couple of months ago). I modified a premade stylesheet from a fellowe r/unixporn member (see the themes section).

For my start/new-tab-page I use the Nighttab extension.

To setup custom stylesheets the following settings need to be changed;

  • set the theme to dark in Firefox's settings
  • enable custom stylesheets by setting toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config
  • move the chrome folder to ~.mozilla/firefox/<user-profile>/
  • restart Firefox for the changes to apply
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].