Skip to content

Instantly share code, notes, and snippets.

@aswathkk
Last active March 4, 2020 12:26
Show Gist options
  • Save aswathkk/f7f6f2016170aece31c076c5ea65ddbf to your computer and use it in GitHub Desktop.
Save aswathkk/f7f6f2016170aece31c076c5ea65ddbf to your computer and use it in GitHub Desktop.
Setup my configs in CentOS
# For my own reference !!!
# Not for public use :p
sudo yum install -y zsh htop git
git clone https://github.com/aswathkk/dotfiles ~/.aswathkk_dotfile
cd ~/.aswathkk_dotfiles
git clone https://github.com/robbyrussell/oh-my-zsh.git .oh-my-zsh
echo -e "fpath+=(\"\$HOME/.zsh/pure\")\nsource ~/.aswathkk_dotfile/sourceme.sh" > ~/.zshrc
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.aswathkk_dotfile/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
git clone https://github.com/sindresorhus/pure.git ~/.zsh/pure
curl https://gist.githubusercontent.com/aswathkk/c4d1fc5da9a69bc0437b40f7877dad21/raw/c4d245921c4fe28a3ef912f737ed99a1673bcf40/install-mosh | bash -
curl https://gist.githubusercontent.com/aswathkk/c4d1fc5da9a69bc0437b40f7877dad21/raw/c4d245921c4fe28a3ef912f737ed99a1673bcf40/install-tmux | bash -
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum --enablerepo=epel -y install fuse-sshfs
wget https://github.com/neovim/neovim/releases/download/v0.4.3/nvim.appimage
chmod +x nvim.appimage
sudo mv nvim.appimage /usr/local/bin/nvim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment