LER0ever / dotfiles

My Dotfiles for Manjaro Linux and Nix OS on Thinkpad T460P and Desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Personal dotfiles backup from my Manjaro Linux

Software flavor

  • i3-gaps
  • polybar
  • cmus
  • zsh (oh-my-zsh)
  • vim (.)
  • emacs (spacemacs)
  • nitrogen

Installation

# this installs oh-my-zsh
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
# whatever package manager
## Dependency for i3
sudo pacman -S i3-gaps nitrogen rofi polybar
## Dependency for CLI utils
sudo pacman -S neovim python-neovim emacs ctags cmake gcc g++
# Copy the entire repo to home folder
cp -r .* ~/
# Optional: setup editors
git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d
curl -sLf https://raw.githubusercontent.com/LER0ever/EverVim/master/Boot-EverVim.sh | bash

Screenshots

License

Apache 2.0

About

My Dotfiles for Manjaro Linux and Nix OS on Thinkpad T460P and Desktop


Languages

Language:Emacs Lisp 67.3%Language:Shell 19.2%Language:Python 13.5%