Skip to content

Ramen96/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 

Repository files navigation

Dotfiles

1) Install Dependencies

  1. sudo pacman -S zsh neofetch unzip polybar lxappearance nitrogen picom pcmanfm arc-gtk-theme rofi kitty dmenu

  2. yay -S snapd

  3. Install oh-my-zsh via curl sh -c "$(curl -fsSL https://github.com/raw/ohmyzsh/ohmyzsh/master/tools/install.sh)"

  4. Download and install Hack Nerd Font here.

    cd ~/Downloads
    unzip Hack.zip
    mv ~/Downloads/*.ttf ~/.local/share/fonts/

    If the parent directory does not exist:

    mkdir -p ~/.local/share/fonts/
  5. Change shell to zsh chsh -s /bin/zsh

  6. Install powerlevel10k. zsh auto-suggestions and syntax highlighting.

    plugins=( 
        # other plugins...
        zsh-autosuggestions zsh-syntax-highlighting
    )
    ZSH_THEME="powerlevel10k/powerlevel10k"
    

2) Install config files

Copy the dirctories and files from this repo to your ~/.config file.

3) Pacman Customization

  1. nano /etc/pacman.conf
  2. In the Misc options section, uncomment Color and ParallelDownloads
  3. Add ILoveCandy to the bottom of Misc options section

4) Dev Environment

  1. Install nodejs
  2. Install anaconda
  3. Install Angular cli npm install -g @angular/cli
  4. Install Yarn npm install --global yarn

Install yay

  1. sudo pacman -Syu
    sudo pacman -S base-devel
    
  2. sudo pacman -S git
    git clone https://aur.archlinux.org/yay.git
    
  3. cd yay
    makepkg -si
    
    

Snap

```
yay -S snapd
sudo systemctl enable snapd.socket
```  
Restart your pc
```
snap refresh --time
sudo snap set core refresh.timer=0:00~24:00/2
```
Classic snaps  
```
sudo ln -s /var/lib/snapd/snap /snap
```

Rofi

Download and install themes here.

About

Arch Linux .config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published