All Projects → fl-w → dotfiles

fl-w / dotfiles

Licence: other
La mia casa

Programming Languages

shell
77523 projects
Vim Script
2826 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dotfiles

dots
🌀 my linux configuration
Stars: ✭ 66 (+371.43%)
Mutual labels:  arch, dots
dots
My dotfiles
Stars: ✭ 67 (+378.57%)
Mutual labels:  arch, dots
Pacback
Advanced Version Control for Arch Linux
Stars: ✭ 146 (+942.86%)
Mutual labels:  arch
dotfiles
My setup
Stars: ✭ 84 (+500%)
Mutual labels:  dotdrop
Vagrantboxes
Handcrafted Arch Linux Vagrant base box with ❤️
Stars: ✭ 242 (+1628.57%)
Mutual labels:  arch
Photoshopcclinux
Photoshop CC v19 installer for Gnu/Linux
Stars: ✭ 2,894 (+20571.43%)
Mutual labels:  arch
SpaceWar-ECS
A space war game made with ECS and JobSystem in Unity.
Stars: ✭ 26 (+85.71%)
Mutual labels:  dots
Dotfiles
Collection of i3-gaps Dotfiles
Stars: ✭ 143 (+921.43%)
Mutual labels:  arch
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (+128.57%)
Mutual labels:  dots
Swiftarch
swift开发脚手架
Stars: ✭ 238 (+1600%)
Mutual labels:  arch
simplyarch
The blazing fast ⚡ Arch Linux ⚡ installation script that puts you on control 🌟
Stars: ✭ 38 (+171.43%)
Mutual labels:  arch
Dot
These are my dot files. I've primarily been a MacOS user for most of the time I've been collecting dotfiles, but I've recently switched to Linux. I primarily use Arch, Arco, Manjaro, or some other Arch based distro; so that's where I take my que.
Stars: ✭ 232 (+1557.14%)
Mutual labels:  arch
Tensorflow Build
A set of scripts to (cross-)build the Tensorflow C lib for various architectures / OS
Stars: ✭ 177 (+1164.29%)
Mutual labels:  arch
HexMapMadeInUnity2019ECS
Auto Create Map System Made with Unity 2019 ECS
Stars: ✭ 54 (+285.71%)
Mutual labels:  dots
Tmoe Linux
🍭Without any basic knowledge of linux shell,you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.🍹Graphical qemu manager,🐋support running docker on Android.配置WSL和安卓手机的linux容器,桌面环境,主题美化,远程桌面,音频服务,镜像源,uefi开机启动项,webdav(nginx),fcitx输入法以及qemu-system虚拟机...
Stars: ✭ 149 (+964.29%)
Mutual labels:  arch
Linux-tools
A few Linux tools and useful scripts.
Stars: ✭ 49 (+250%)
Mutual labels:  arch
Dotfiles And Scripts
🎣 Dotfiles and scripts providing cumbersome configure details and other senseless stuff. 一些无聊的脚本和配置文件
Stars: ✭ 144 (+928.57%)
Mutual labels:  arch
Asp
Arch Build Source Management Tool
Stars: ✭ 229 (+1535.71%)
Mutual labels:  arch
ArchI0
ArchI0 : Arch-Based Distros Applications Automatic Installation Script
Stars: ✭ 26 (+85.71%)
Mutual labels:  arch
Invidious-Updater
Automatic install and update script for Invidious
Stars: ✭ 181 (+1192.86%)
Mutual labels:  arch

fl-w's dotfiles 🏠

The current state of this repository is for backup only. Most scripts will not work on your system, some are outdated with even more outdated documentation

This repository consists of configuration for any tools I use within my Arch Linux and neovim development environment. I use a lot of tools which culminate in a sort of Unix IDE, I use dotdrop to install link all of the required configuration into my home directory.

Preview

neovim

screenshot

  • wm: i3-gaps
  • terminal: kitty
  • shell: fish
  • font: Fira Code Nerd Font Patch
  • bar: polybar

screenshot2

  • wm: kde-plasma
  • terminal: konsole
  • shell: fish
  • font: Source Code Pro
  • bar/dock: latte-dock

Overview

Requirements

python-pip

If planning to use dotdrop to manage the (symlinked) dots

Your distribution repositories is very likely to contain python-pip, for example in Arch Linux, all you have to do to install it is: sudo pacman -S python-pip or on Ubuntu/Debian you can install stow by executing: apt install python-pip

Dots (WIP)

Anne Pro 2

Holds the light profiles and keymaps for my Anne pro keyboard

Firefox

A browser where being fast is not an understatement

userChrome

Based upon mut-ex's minimal-functional-firefox but cleaned up and aware of colors generated by pywal in .Xresources. Also added is an auto hiding tabbar with reduced tab sizes to have a more minimal UI.

Startpage

Modified version of KorySchneider's tab Github.

Polybar

My config is a modified Polybar-4 by adi1090x. - GitHub

Neovim

No editor is as extensible, easy to use as Vim is. But standard Vim ... TODO

Keymaps

Using the (ctrl/shift) + enterkeybinds in term vim requires special keycodes that vim expects to be sent by your terminal. Depending on your terminal,

iTerm2 For a single Profile open Preferences → Profiles → Keys → [+] (Add) For all profiles open Preferences → Keys → [+] (Add)

  • Keyboard shortcut: (Hit Shift+Enter)
  • Action: Send Escape Sequence
  • Esc+ [13;2u
  • Repeat for Ctrl+Enter, with sequence: [13;5u

urxvt, append to your .Xresources file:

URxvt.keysym.S-Return:     \033[13;2u
URxvt.keysym.C-Return:     \033[13;5u

Alacritty, under key_bindings, add following to your ~/.config/alacritty/alacritty.yml:

- { key: Return,   mods: Shift,   chars: "\x1b[13;2u" }
- { key: Return,   mods: Control, chars: "\x1b[13;5u" }

Kitty, in ~/.config/kitty/kitty.conf:

map shift+enter send_text all \x1b[13;2u
map ctrl+enter send_text all \x1b[13;5u

Unlicensed

This are my personal dots so do what you want. Find the full unlicense in the UNLICENSE file, but here's a snippet.

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

Do what you want. Learn as much as you can. Unlicense more software.

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