Skip to content

ley0x/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles (ley0x)

Content

General

This repository contains dotfiles for :

  • alacritty
  • zsh (oh-my-zsh)
  • tmux
  • nvim & lvim
  • ranger
apt install -y neovim zsh tmux xsel 
sudo pacman -S wl-clipboard # si on utilise le clipboard de wayland
sudo pacman -S xclip # sinon

i3wm

  • polybar
  • rofi
  • nitrogen
  • picom
  • dunst
  • xautolock
  • maim
  • xdotool
  • nm-applet
  • dex
  • feh
  • playerctl
cargo install alacritty

Installing

ZSH

  • Install ohmyzsh
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • ZSH Syntax Highlighting :
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  • ZSH Auto suggestions :
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  • ZSH bat :
git clone https://github.com/fdellwing/zsh-bat.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-bat

Tmux

Install tmp for tmux plugins

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Neovim

pip install pynvim
npm i -g neovim

LunarVim

Finally setting up dotfiles

For installing the dotfiles, just execute this commmand in a linux shell :

chmod +x ./install.sh && ./install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published