Skip to content

Commit

Permalink
Update: Cleaning, added nerdfonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyitdev committed Jun 22, 2022
1 parent ec111a5 commit a826a92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color

## 🌟 Showcase

### More screenshots [here](./screenshots/SCREENSHOTS.md)
![](https://github.com/Keyitdev/dotfiles/blob/screenshots/screenshots/main.png?raw=true)

### More screenshots [here](https://github.com/Keyitdev/dotfiles/blob/screenshots/README.md)

### Watch the demo video [here](https://www.youtube.com/watch?v=_dMkmf2ugPE)

## 🗒️ Info

Expand All @@ -30,6 +34,7 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color
|**Application launcher**|[rofi](https://github.com/davatorium/rofi)|
|**Notifications**|[dunst](https://github.com/dunst-project/dunst)|
|**Login manger**|[sddm](https://github.com/sddm/sddm)|
|**Login manger theme**|[sddm-astronaut-theme](https://github.com/Keyitdev/sddm-astronaut-theme)|
|**Lock screen**|[betterlockscreen](https://github.com/betterlockscreen/betterlockscreen)|
|**Compositor**|[picom](https://github.com/yshui/picom)
|**Shell**|[zsh](https://www.zsh.org/)|
Expand All @@ -45,7 +50,7 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color
## ⚡ Dependecies

### Packaged used
* base: base-devel wget git gcc make acpi light pulseaudio pulseaudio-alsa alsa-utils pacman-contrib
* base: base-devel wget curl git gcc make acpi light pulseaudio pulseaudio-alsa alsa-utils pacman-contrib mpc
* wm and X11: i3-gaps i3blocks i3lock-color xorg xorg-xinit xorg-server
* lockscreen: i3lock-color betterlockscreen feh imagemagick
* programs: kitty rofi dunst (with libnotify) ranger ncmpcpp mpd polybar papirus-icon-theme btop sddm zsh (with oh-my-zsh) picom cava code neovim
Expand All @@ -56,6 +61,7 @@ My personal build of dotfiles using i3. Color palette is based on OneDark color
* Icons: [Feather](https://github.com/AT-UI/feather-font/blob/master/src/fonts/feather.ttf)
* Main font: [Open sans](https://fonts.google.com/specimen/Open+Sans#standard-styles)
* Main monospace font: [Roboto mono](https://fonts.google.com/specimen/Roboto+Mono#standard-styles)
* Polybar: [Iosevka-Nerd-Font](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Iosevka)

## 🛠️ Installation

Expand Down Expand Up @@ -96,7 +102,7 @@ I recommend manually installing packages and coping files, but if you are lazy o
1. Install gtk3 theme
```sh
git clone https://github.com/EliverLara/ant.git
sudo mv ./Ant /usr/share/themes
sudo mv ./ant /usr/share/themes
```
1. Install sddm astronaut theme
```sh
Expand Down Expand Up @@ -137,7 +143,7 @@ I recommend manually installing packages and coping files, but if you are lazy o
1. Install gtk3 theme
```sh
git clone https://github.com/EliverLara/ant.git
sudo mv ./Ant /usr/share/themes
sudo mv ./ant /usr/share/themes
```
1. Install sddm astronaut theme
```sh
Expand Down
Binary file added fonts/Iosevka-Nerd-Font.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion install-on-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ aur_helper(){

install_packages(){
echo -e "[*3*] Instaling packages with pacman."
sudo pacman -S --noconfirm --needed light pulseaudio pulseaudio-alsa pulsemixer alsa-utils pacman-contrib i3-gaps i3blocks xorg xorg-xinit xorg-server feh imagemagick kitty rofi dunst libnotify ranger ncmpcpp mpd papirus-icon-theme btop sddm zsh picom code neovim xclip scrot
sudo pacman -S --noconfirm --needed light pulseaudio pulseaudio-alsa pulsemixer alsa-utils pacman-contrib i3-gaps i3blocks xorg xorg-xinit xorg-server feh imagemagick kitty rofi dunst libnotify ranger ncmpcpp mpd papirus-icon-theme btop sddm zsh picom code neovim xclip scrot mpc

echo -e "\n[*] Instaling packages with $HELPER."
$HELPER -S acpi \
Expand Down

0 comments on commit a826a92

Please sign in to comment.