All Projects → lucapette → dotfiles

lucapette / dotfiles

Licence: MIT license
My configuration files

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to dotfiles

Dotfiles
My configuration files
Stars: ✭ 89 (+270.83%)
Mutual labels:  tmux, zshrc
dotfiles
My dotfiles based on Makefile
Stars: ✭ 150 (+525%)
Mutual labels:  tmux, zshrc
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (+470.83%)
Mutual labels:  tmux, zshrc
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (+1395.83%)
Mutual labels:  tmux, zshrc
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (+170.83%)
Mutual labels:  tmux, zshrc
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+2208.33%)
Mutual labels:  tmux, zshrc
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (+4.17%)
Mutual labels:  tmux, zshrc
dotfiles
🏡 ~/.*
Stars: ✭ 13 (-45.83%)
Mutual labels:  tmux, zshrc
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+45.83%)
Mutual labels:  tmux, zshrc
dotfiles
💻dotfiles for: tmux, neovim, git, zsh, osx
Stars: ✭ 49 (+104.17%)
Mutual labels:  tmux, zshrc
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-4.17%)
Mutual labels:  tmux, zshrc
dotfiles
A place to store config files so I can revert when my entire system crashes from entering the wrong character
Stars: ✭ 25 (+4.17%)
Mutual labels:  tmux, zshrc
dotfiles
🏡 My dotfiles
Stars: ✭ 64 (+166.67%)
Mutual labels:  tmux, zshrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+4004.17%)
Mutual labels:  tmux, zshrc
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (+0%)
Mutual labels:  tmux, zshrc
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+758.33%)
Mutual labels:  tmux, zshrc
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+958.33%)
Mutual labels:  tmux, zshrc
dotfiles
🍀 Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (+170.83%)
Mutual labels:  tmux, zshrc
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (-4.17%)
Mutual labels:  tmux, zshrc
dotfiles
Dotfiles go brrrrr..... config files for my xmonad and bspwm setups.
Stars: ✭ 33 (+37.5%)
Mutual labels:  tmux, zshrc

dotfiles

This repository contains my shell related configuration files. It doesn't contain Vim configuration as I use another repository for that.

I do not recommend to use my configuration files as they are:

  • If learning about shell tools is your goal, you won't learn much about zsh, tmux and so on by copying someone else' configuration
  • The configuration is tailored to my very specific needs so it won't probably fit you.

Having said that, it's open source so feel free to take anything you need :)

I have some small scripts in ~/bin:

  • bkdir

    Some time ago I needed to type cp -R project project.bak very often so I wrote this simple script to save some keystrokes.

  • ff

    This one is super simple but I find it surprisingly useful. The script accepts a number N and gives you the Nth field from the input list. It's just a shortcut for

    awk "{ print N}"
    

    where N is the argument. And yes, the name of the script makes no sense.

  • git-merged

    I use this script to delete both my local and remote branches that have been merged into main.

  • t

    This is a shortcut for my personal workflow with tmux. First of all, I had a problem with tmux 1.7.X since this version adds a default-path feature that is not working well with my set autochdir in Vim. The script fixes my problem and works in combination with CDPATH a very nice feature that is very useful if you keep all your code in one directory. I even added autocompletion for the script. I say even because zsh autocompletion is magic to me.

License

MIT License Copyright (c) Luca Pette

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