Coder Social home page Coder Social logo

yannickperrenet / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 12.64 MB

๐Ÿ’› My dotfiles.

Home Page: https://github.com/yannickperrenet/iscripts

License: MIT License

Shell 20.48% Python 13.56% Lua 16.83% Vim Script 49.14%
config dotfiles dracula i3 iterm2 profiles rofi tmux vim zsh

dotfiles's Introduction

Teamwork makes the dream work ๐Ÿš€

dotfiles's People

Contributors

yannickperrenet avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

dotfiles's Issues

Window manager ideas

  • Focus most recently used
  • Hide windows similar to Vim buffers

Focus most recently used

This is great when developing as you can easy switch between the two windows you are using

Hide windows similar to Vim buffers

Just like in Vim, were you can open a bunch of different files in buffers (and search between the buffers). Would be great if it is possible in the window manager to hide windows and search between them (with the exact same mechanics as in Vim and thus replacing your currently focused window and placing it in a buffer). Now I am just placing the window in a different workspace (using i3) and then use rofi to search between windows using their titles.

vi-mode in :terminal in Nvim

Just wanted to list this here: neovim/neovim#8805

Modifying the terminal buffer is not possible, also not with something like:

augroup Terminal
    au!
    au TermEnter * setlocal modifiable
augroup END

Sadly, this makes impossible to use terminal vi-mode like shortcuts to edit commands. Instead I will have to stick to using the terminal's emacs bindings, such as <C-w>.

Look into new dotfiles structure

Currently I have spread the configuration over different git repositories:

  • .config
  • .local/bin

And there is potential for:

  • .opt to contain some git submodules

Things to consider:

  • Bare git repository. Although I am not sure what the setup script would look like in this case, since the new setup should easily be able to add things to the repo.
  • Somewhat error prone as I don't want to accidentally have my entire home folder under git.

Vimium config

Add the following to the "Custom key mappings":

# Tabs have their own stack (so up and down) of history
map J goBack
map K goForward
map H previousTab
map L nextTab

Set up bluetooth devices

Ideas:

  • Write a terminal CLI/GUI in Rust
  • Find an application that allows for easy setup

Currently, in my i3 setup I struggle to use my bluetooth mouse and login to the regular Ubuntu so I can use the plain and easy settings.

Move away from GDrive

I no longer want to be depended on external service providers to store my files.

Current ideas include:

  • Regular backups to external SSD
  • Host my own instance (have to look into security and persistence here)

Familiarize with `feh`, `bat` and `fd`

I added them quickly to my dotfiles as the projects seemed very interesting. I should look into them more so they become part of my regular workflow.

Set up general crontabs

Dunst: https://github.com/dunst-project/dunst

I can immediately combine this with setting up pretty notifications that run on a cron schedule:

* * * * 1 DISPLAY=:0 notify-send "hello world"

For my installation script repo I can create a file containing crontabs and run crontab <file-name> to import them to the current user.

Nvim plugins to check out

Maintain clipboard when closing application

For example:

  1. Open Brave
  2. Select and copy the URL
  3. Close Brave
  4. Wanting to paste the URL but the URL is no longer in the clipboard
  5. (Needing to restart Brave, check history and get the URL again...)

Fix nvim LSP `gr`

Not sure why, but no references are shown.

EDIT: Actually they are, but it takes almost a minute. Could be because no specific venv was setup for the project.

Fix nautilus pop-up scaling on download

Probably has to do with the rescaling of the dpi in .Xresources.

Currently, I cannot select where to download my files. Either I fix the nautilus scaling or I can set up an alternative application (maybe even ranger) to choose the directory in which I want to save the downloaded file.

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.