https://github.com/bryant-the-coder/emuel-dotfiles
My personal dotfiles
https://github.com/bryant-the-coder/emuel-dotfiles
Last synced: 6 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/bryant-the-coder/emuel-dotfiles
- Owner: bryant-the-coder
- Created: 2022-04-20T21:50:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T21:54:15.000Z (over 4 years ago)
- Last Synced: 2025-02-01T08:30:10.341Z (over 1 year ago)
- Homepage:
- Size: 26.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Emuel](https://github.com/emuel-vassallo)'s dotfiles
==========================
Screenshots
---------


Installation (will become a script)
----------
i3-gaps
-------------
```
git clone https://aur.archlinux.org/i3-gaps-next-git.git
cd i3-gaps-next-git
makepkg -si
```
Kitty
-------------
```
git clone https://aur.archlinux.org/kitty-git.git
cd kitt-git/
makepkg -si
```
Polybar
-------------
```
git clone https://aur.archlinux.org/polybar.git
cd polybar./
makepkg -si
```
Rofi
-------------
```
git clone https://github.com/davatorium/rofi.git
meson setup build
ninja -C build
ninja -C build install
```
Zsh
-------------
```
sudo pacman -S zsh
chsh -s $(which zsh)
```
Fnm
-------------
```
curl -fsSL https://fnm.vercel.app/install | bash
```
Zsh-completions
-------------
```
git clone https://aur.archlinux.org/zsh-completions-git.git
cd zsh-completions-git
makepkg -sit
```
Ranger
-------------
```https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraMono.zip
git clone git@github.com:ranger/ranger.git
cd ranger
sudo make install
```
Neovim
-------------
```
git clone git@github.com:neovim/neovim.git
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install
```
General applications
--------------
```
sudo pacman -S redshift brightnessctl npm
yay -S google-chrome-stable
sudo npm -i g live-server prettier black pyright eslint html css
```