All Projects → fmash16 → dotfiles

fmash16 / dotfiles

Licence: GPL-3.0 license
My personal configurations for i3, urxvt, vim , tmux and others

Programming Languages

c
50402 projects - #5 most used programming language
Vim Script
2826 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
Roff
2310 projects
Makefile
30231 projects

Projects that are alternatives of or similar to dotfiles

Zsh Navigation Tools
Curses-based tools for Zsh, e.g. multi-word history searcher
Stars: ✭ 249 (+538.46%)
Mutual labels:  tmux
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (-35.9%)
Mutual labels:  tmux
dotfiles
My personal dotfiles.
Stars: ✭ 25 (-35.9%)
Mutual labels:  tmux
ansibleconnect
Connect to all hosts from the inventory with one command
Stars: ✭ 25 (-35.9%)
Mutual labels:  tmux
dotfiles
github.com/casprwang/dotfiles
Stars: ✭ 30 (-23.08%)
Mutual labels:  tmux
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+97.44%)
Mutual labels:  tmux
Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+515.38%)
Mutual labels:  tmux
squidgefiles
Beautiful dotfiles 🦑
Stars: ✭ 20 (-48.72%)
Mutual labels:  tmux
dotfiles
My dotfiles - Emacs centric OSX Big Sur
Stars: ✭ 29 (-25.64%)
Mutual labels:  tmux
dotfiles
🍴 ~ dotfiles
Stars: ✭ 26 (-33.33%)
Mutual labels:  tmux
aws-tmux
Tmux plugin that gives you access to some (potentially) useful information about AWS.
Stars: ✭ 24 (-38.46%)
Mutual labels:  tmux
dotfiles
My personal set of dotfiles (Managed with Stow)
Stars: ✭ 34 (-12.82%)
Mutual labels:  tmux
dotfiles
The config that makes me a productivity whiz 🧙‍♂️
Stars: ✭ 36 (-7.69%)
Mutual labels:  tmux
.dotfiles
configs and utils
Stars: ✭ 75 (+92.31%)
Mutual labels:  tmux
kube-plugins
a repository for plugins for kubernetes
Stars: ✭ 26 (-33.33%)
Mutual labels:  tmux
Dotfiles
using vim
Stars: ✭ 245 (+528.21%)
Mutual labels:  tmux
dotfiles
Automates the configuration of Vim, Tmux/BYOBU, and friends for make benefit of glorious $HOME, life embetterment, wowoweewah great success, and world peace!
Stars: ✭ 18 (-53.85%)
Mutual labels:  tmux
tmuxified
A minimal configuration for tmux - similar to Oh My Tmux, but simpler.
Stars: ✭ 89 (+128.21%)
Mutual labels:  tmux
dotfiles
My dotfiles based on Makefile
Stars: ✭ 150 (+284.62%)
Mutual labels:  tmux
cmp-tmux
Tmux completion source for nvim-cmp and nvim-compe
Stars: ✭ 98 (+151.28%)
Mutual labels:  tmux

These are the different configurations for my desktop rice and builds of my window manager and terminal. My current configuration is:

  • WM: dwm
  • Terminal: st
  • Shell: zsh
  • Font: Comic Sans
  • Compositor: picom
  • File Manager: ranger
  • PDF Viewer: zathura
  • Browser: suckless surf with tabbed.
  • Terminal Multiplexer: tmux

Setup

CLone the repo and issue the following commands to apply the rice

git clone https://github.com/fmash16/dotfiles
cp -rv dotfiles/.* ~/ && cd ~/ && rm -rv .git/ LICENSE README.md screenshot.jpe setup.sh dotfiles.png .vim/

cd ~/.config/dwm && sudo make clean install
cd ~/.config/st && sudo make clean install
cd ~/.config/dmenu && sudo make clean install
cd ~/.config/tabbed && sudo make clean install

cd ~/ && xrdb .Xresources

Install the following packages on the distro:

  1. ranger
  2. zathura pdf viewer
  3. picom
  4. tmux
  5. zsh (oh-my-zsh)
  6. vim

Firefox custom CSS

Enable userChrome customization in about:config

  • Navigate to about:config in the address bar and accept the risks.

  • Search for toolkit.legacyUserProfileCustomizations.stylesheets and toggle it to true (by double clicking on it).

Locate and open your profile folder

Either of the following two methods work:

  • Using the Firefox troubleshooting page Click on ☰ ➝ Help ➝ Troubleshooting Information or navigate to about:support in your address bar Under Application Basics, click on the the Open Folder button. You should now see your profile folder.

  • Using the Firefox command line Press Shift+F2 Enter the command folder openprofile

Create the folder and its files

  • Inside your profile folder, create a new folder named chrome (all lower case) - the chrome folder should end up in a folder that includes stuff like prefs.js and places.sqlite

  • Inside the chrome folder, copy the files userChrome.css and userColors.css from the firefox_css folder.

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].