Skip to content

mrp4sten/dotfiles-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my personal Arch Linux workspace

Preview1

Installation/Configuration

STEPS
  • First packages

sudo pacman -S git nano gedit wget

Install paru for AUR helper

sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git && cd paru && makepkg -si && cd
  • Terminal

Install Kitty terminal

sudo pacman -S kitty

Download my favorites Nerd Font

cd /usr/share/fonts
sudo wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip
sudo unzip Hack.zip
sudo rm Hack.zip

sudo wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/CascadiaCode.zip
sudo unzip CascadiaCode.zip
sudo rm CascadiaCode.zip
  
sudo wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/JetBrainsMono.zip
sudo unzip JetBrainsMono.zip
sudo rm JetBrainsMono.zip
cd

Install FiraCode font run the script install_fira_code_font.sh

bash ./scripts/install_fira_code_font.sh

Clone my repository

git clone https://github.com/mrp4sten/dotfiles.git

Configuration Kitty

cp -r dotfiles/config/kitty ~/.config/

Installing zsh and plugins

sudo pacman -S zsh zsh-syntax-highlighting zsh-autosuggestions lsd bat exa mdcat

Installing oh-my-zsh

sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"

Installing powerlevel10k

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

Install fzf

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

Install Typewritten theme for zsh

mkdir -p "$HOME/.zsh"
git clone https://github.com/reobin/typewritten.git "$HOME/.zsh/typewritten"

Install Neovim

paru -S neovim

Install some dependencies

paru -S yarn npm nodejs

Install vim-plug

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Configuration Nvim

cp -r dotfiles/config/nvim ~/.config/

Copy my personal zsh, bash, nano and vimrc configuration

cp dotfiles/.zshrc ~/
cp dotfiles/.p10k.zsh ~/
cp dotfiles/.nanorc ~/
cp dotfiles/.bashrc ~/
cp dotfiles/.vimrc ~/
  • Install my favorite minimal browser

paru -S min # Note: paru command dont need "sudo"
  • Install chrome browser

paru -S google-chrome # Note: paru command dont need "sudo"
  • Install ulauncher

paru -S ulauncher # Note: paru command dont need "sudo"
  • Install vscode

paru -S visual-studio-code-bin # Note: paru command dont need "sudo"
KEYBINDS KITTY

Keyboard

Keybind Action
ctrl + shift + enter Open tmux
ctrl + left Move to left in tmux
ctrl + right Move to right in tmux
ctrl + up Move to up in tmux
ctrl + down Move to down in tmux
ctrl + shift + z Focus in tmux
ctrl + shift + t Open tab
ctrl + shift + q Close tab
ctrl + shift + alt + t Rename tab
ctrl + shift + left Move to left tab
ctrl + shift + right Move to right tab

About

My personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published