https://github.com/ler0ever/dotfiles
My Dotfiles for Manjaro Linux and Nix OS on Thinkpad T460P and Desktop
https://github.com/ler0ever/dotfiles
dotfiles nixos nixos-configuration
Last synced: about 2 months ago
JSON representation
My Dotfiles for Manjaro Linux and Nix OS on Thinkpad T460P and Desktop
- Host: GitHub
- URL: https://github.com/ler0ever/dotfiles
- Owner: LER0ever
- Created: 2017-03-03T20:47:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T02:11:25.000Z (about 7 years ago)
- Last Synced: 2024-10-29T07:07:36.206Z (7 months ago)
- Topics: dotfiles, nixos, nixos-configuration
- Language: Emacs Lisp
- Homepage:
- Size: 144 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
=========Personal dotfiles backup from my Manjaro Linux
## Software flavor
- i3-gaps
- polybar
- cmus
- zsh (oh-my-zsh)
- vim (.)
- emacs (spacemacs)
- nitrogen## Installation
```bash
# 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