GithubHelp home page GithubHelp logo

fl-w / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 1.0 441.25 MB

La mia casa

Shell 57.63% Python 1.87% CSS 6.55% Vim Snippet 0.02% C 0.24% Vim Script 33.34% Lua 0.36%
dotdrop neovim arch dots

dotfiles's Introduction

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.

dotfiles's People

Contributors

fl-w avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

kraxen72

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.