All Projects → JDevlieghere → Dotfiles

JDevlieghere / Dotfiles

Licence: mit
⚙ Dotfiles for Linux &macOS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
dotfiles for vim, git, zsh, cwm, xinit, and many others. Install with: lndir -silent /path/to/dotfiles $HOME
Stars: ✭ 263 (-4.36%)
Mutual labels:  tmux, dotfiles
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (-3.64%)
Mutual labels:  tmux, dotfiles
dotfiles
tmux.conf,vimrc,zshrc ....
Stars: ✭ 53 (-80.73%)
Mutual labels:  dotfiles, tmux
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-91.64%)
Mutual labels:  dotfiles, tmux
tmuxp-config
Configs for tmuxp (https://github.com/tony/tmuxp)
Stars: ✭ 24 (-91.27%)
Mutual labels:  dotfiles, tmux
dotfiles
Your dotfiles are how you personalize your system. These are mine.
Stars: ✭ 12 (-95.64%)
Mutual labels:  dotfiles, tmux
dotfiles
Dotfiles for my current dev environment.
Stars: ✭ 14 (-94.91%)
Mutual labels:  dotfiles, tmux
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-94.55%)
Mutual labels:  dotfiles, tmux
dotfiles
My dotfiles
Stars: ✭ 16 (-94.18%)
Mutual labels:  dotfiles, tmux
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-94.91%)
Mutual labels:  dotfiles, tmux
dotfiles
🏡 .files, including zsh, tmux, vim, and git. Also macOS setup. Good stuff.
Stars: ✭ 30 (-89.09%)
Mutual labels:  dotfiles, tmux
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-86.55%)
Mutual labels:  dotfiles, tmux
dotfiles
no passwords here ... I hope 🤞
Stars: ✭ 51 (-81.45%)
Mutual labels:  dotfiles, tmux
dotfiles
🐟 sheriferson's dot, config, and setup files
Stars: ✭ 13 (-95.27%)
Mutual labels:  dotfiles, tmux
dot
No description or website provided.
Stars: ✭ 40 (-85.45%)
Mutual labels:  dotfiles, tmux
dotfiles
💻 My personal dotfiles for macOS using Kitty, Fish, Neovim, Tmux 🛠
Stars: ✭ 54 (-80.36%)
Mutual labels:  dotfiles, tmux
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (-84%)
Mutual labels:  dotfiles, tmux
dotfiles
⭐ My own world.
Stars: ✭ 12 (-95.64%)
Mutual labels:  dotfiles, tmux
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-93.82%)
Mutual labels:  dotfiles, tmux
dotfiles
⛩️ My dotfiles on Artix Linux. Gruvbox | Neovim | tmux
Stars: ✭ 56 (-79.64%)
Mutual labels:  dotfiles, tmux

Dotfiles

This is my dotfile repository. There are many like it, but this one is mine.

I did my best to make everything work as transparently as possible under both Linux and macOS.

Feel free to try out my dotfiles or use them as inspiration! If you have a suggestion, improvement or question, don't hesitate to open an issue.

Screenshot

macOS

Installation

Clone the dotfiles repository.

$ cd ~
$ git clone https://github.com/JDevlieghere/dotfiles.git
$ cd dotfiles

Use the bootstrap script to do everything from synchronizing the files to installing additional fonts.

$ ./bootstrap.sh
Usage: bootstrap.sh [options]

   -s, --sync             Synchronizes dotfiles to home directory
   -i, --install          Install (extra) software
   -f, --fonts            Copies font files
   -c, --config           Configures your system
   -a, --all              Does all of the above

$ ./bootstrap.sh -a

If you decide to use this configuration as is, don't forget to change your name and e-mail address in the .gitconfig and .hgrc files.

Application Configurations

vim

After having used YouCompleteMe for a long time I switched to LSP and clangd. I wrote a blog post on how to set it up.

tmux

To enable italics you will need to compile and install tmux.terminfo.

tic -x tmux.terminfo

fish

I use fish shell. On macOS you'll have to add fish's path to /etc/shells.

chsh -s $(which fish)

Other Useful Stuff

Acknowledgements

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