• Stars
    star
    431
  • Rank 100,311 (Top 2 %)
  • Language
    Shell
  • Created over 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My dotfiles

My config...

äø­ę–‡ē‰ˆ

This config folder includes i3 and alacritty config, however, I'm using dwm and st now.

BTW, my scripts are in this repo.

Brew packages

brew install fzf the_silver_searcher ripgrep fd
brew install automake wget gcc gdb bat ccat tree git-delta git-flow git rainbarf jsdoc3 cmake gnu-getopt gnu-sed node go
brew install ccls tmux neovim jesseduffield/lazygit/lazygit
brew install awscli gh tldr
brew install speedtest-cli ncdu neofetch onefetch bmon loc

Important stuff:

Ranger

use pip install ueberzug and ranger-git

mutt

In ~/.gnupg/gpg-agent.conf:

default-cache-ttl 34560000
max-cache-ttl 34560000

If this doesn't work, try pam-gnupg

yay -S pam-gnupg-git

and in /etc/pam.d/system-local-login add:

auth     optional  pam_gnupg.so
session  optional  pam_gnupg.so

Input Methods

Install: fcitx fcitx-im fcitx-googlepinyin fcitx-configtool

And in /etc/X11/xinit/xinitrc:

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

Fcitx users need to set the first input method to be Keyboard - layout

fonts

locale

In locale.conf:

LANG=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_TIME=en_US.UTF-8

My Font

I use the Source Code Pro font and nerd-fonts-source-code-pro.

About Noto

Just install noto-fonts (not -all). It's already bloated. Check /usr/share/fonts/noto

Emoji

yay -S ttf-linux-libertine ttf-inconsolata ttf-joypixels ttf-twemoji-color noto-fonts-emoji ttf-liberation ttf-droid

Chinese

yay -S wqy-bitmapfont wqy-microhei wqy-microhei-lite wqy-zenhei adobe-source-han-mono-cn-fonts adobe-source-han-sans-cn-fonts adobe-source-han-serif-cn-fonts

gtk-theme

I use adapta-gtk-theme and arc-icon-theme.

Arch Packages I Installed:

See my-packages.txt

More Repositories

1

nvim

The Ultimate NeoVim Config for Colemak Users
Vim Script
1,988
star
2

vimrc-example

Vim Script
210
star
3

.vim

Iā€™m using Neovim now: https://github.com/theniceboy/nvim
Vim Script
205
star
4

dwm

A bloated build of dwm with systemtray, gaps, customized tags and other appearance changes
C
192
star
5

Todolist-SwiftUI

Swift
87
star
6

nvim-deus

vim-deus with treesitter support
Lua
71
star
7

scripts

useful scripts
Shell
53
star
8

joshuto.nvim

Lua
48
star
9

st

My build of st
C
43
star
10

HoldToSaveImage

A UIWebView (using Swift 3.0) that allows users to save a image from webview to their photo album with the common gesture: press and hold (long press).
Swift
25
star
11

vim-calc

A vim plugin that calculates math equations in the current buffer
Python
21
star
12

implicitly_animated_reorderable_list_2

A fork of the Flutter package implicitly_animated_reorderable_list
Dart
20
star
13

dwm-hide-and-restore-win.diff

A patch to dwm that allows users to hide and restore windows via keyboard shortcuts
18
star
14

learn-japanese

Python
17
star
15

wallpapers

12
star
16

fzf-gitignore

Forked from fszymanski/fzf-gitignore
Vim Script
6
star
17

security_scoped_resource

Allows an iOS Flutter App to access a greater scope of the file system
Dart
6
star
18

SwiftDictQuery

macOS framework written in Swift that can make queries to given MDict files
Swift
3
star
19

Assignist

Know All Your Assignments!
Swift
3
star
20

git-yolo

You only live once.
Go
2
star
21

Hag-Notes

2
star
22

CW-Air-Surfing

A 3D game written in pure C++ using DarkGDK and OpenGL
Logos
1
star
23

dmenu

David's build of dmenu
C
1
star
24

fzf-lua

Temporary fork of fzf-lua because the original repo disappeared
Lua
1
star
25

Macbeth-Quotes

Macbeth Quotes Quiz Creator
HTML
1
star
26

Calculator

A simple calculator
Swift
1
star
27

FIFA_Player-Creator

A tool that helps you create your own fifa 14/15/16 players
JavaScript
1
star