Giter Club home page Giter Club logo

dotfiles-old's Introduction

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

dotfiles-old's People

Contributors

mrp4sten avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.